Packageardisia.components.graphicsEditor
Classpublic class GraphicsEditorInteractionModes
InheritanceGraphicsEditorInteractionModes Inheritance Object

Defines the possible interaction modes for the GraphicsEditor class.

See the docs for the "interactionMode" property on the GraphicsEditor for more information.



Public Constants
 ConstantDefined By
  BITMAP_LASSO : String = bitmapLasso
[static]
GraphicsEditorInteractionModes
  BRUSH : String = brush
[static]
GraphicsEditorInteractionModes
  CROP : String = crop
[static]
GraphicsEditorInteractionModes
  DISTORT : String = distort
[static]
GraphicsEditorInteractionModes
  FLOOD_FILL : String = floodFill
[static]
GraphicsEditorInteractionModes
  GRABBER : String = grabber
[static]
GraphicsEditorInteractionModes
  NONE : String = none
[static]
GraphicsEditorInteractionModes
  SELECT_BEHIND : String = selectBehind
[static]
GraphicsEditorInteractionModes
  SELECT_FRONT : String = selectFront
[static]
GraphicsEditorInteractionModes
  TEXT : String = text
[static]
GraphicsEditorInteractionModes
  VECTOR : String = vector
[static]
GraphicsEditorInteractionModes
  WAND : String = wand
[static]
GraphicsEditorInteractionModes
  ZOOM_IN : String = zoomIn
[static]
GraphicsEditorInteractionModes
  ZOOM_OUT : String = zoomOut
[static]
GraphicsEditorInteractionModes
Constant Detail
BITMAP_LASSOConstant
public static const BITMAP_LASSO:String = bitmapLasso

BRUSHConstant 
public static const BRUSH:String = brush

CROPConstant 
public static const CROP:String = crop

DISTORTConstant 
public static const DISTORT:String = distort

FLOOD_FILLConstant 
public static const FLOOD_FILL:String = floodFill

GRABBERConstant 
public static const GRABBER:String = grabber

NONEConstant 
public static const NONE:String = none

SELECT_BEHINDConstant 
public static const SELECT_BEHIND:String = selectBehind

SELECT_FRONTConstant 
public static const SELECT_FRONT:String = selectFront

TEXTConstant 
public static const TEXT:String = text

VECTORConstant 
public static const VECTOR:String = vector

WANDConstant 
public static const WAND:String = wand

ZOOM_INConstant 
public static const ZOOM_IN:String = zoomIn

ZOOM_OUTConstant 
public static const ZOOM_OUT:String = zoomOut