Packageardisia.components.graphicsEditor.events
Classpublic class GraphicsEditorEvent
InheritanceGraphicsEditorEvent Inheritance flash.events.Event

Custom events for the GraphicsEditor class.



Public Properties
 PropertyDefined By
  graphicObject : GraphicObjectBase
GraphicsEditorEvent
Public Methods
 MethodDefined By
  
GraphicsEditorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, graphicObject:GraphicObjectBase = null)
GraphicsEditorEvent
  
clone():Event
[override] Necessary for re-dispatching to work.
GraphicsEditorEvent
Public Constants
 ConstantDefined By
  BITMAP_LASSO_CHANGE : String = bitmapLassoChange
[static]
GraphicsEditorEvent
  CROP_RECTANGLE_CHANGED : String = cropRectangleChanged
[static]
GraphicsEditorEvent
  EDITOR_STATE_CHANGE : String = editorStateChange
[static]
GraphicsEditorEvent
  ELEMENT_DRAG_END : String = elementDragEnd
[static]
GraphicsEditorEvent
  ELEMENT_DRAGGING : String = elementDragging
[static]
GraphicsEditorEvent
  ELEMENT_DRAG_START : String = elementDragStart
[static]
GraphicsEditorEvent
  GRAPHIC_OBJECT_ADDED : String = graphicObjectAdded
[static]
GraphicsEditorEvent
  GRAPHIC_OBJECT_REMOVED : String = graphicObjectRemoved
[static]
GraphicsEditorEvent
  SELECTED_GRAPHIC_OBJECTS_CHANGED : String = selectedGraphicObjectsChanged
[static]
GraphicsEditorEvent
  TEXT_EDIT_BEGIN : String = textEditBegin
[static]
GraphicsEditorEvent
  TRANSFORM_DRAG_END : String = transformDragEnd
[static]
GraphicsEditorEvent
  TRANSFORM_DRAGGING : String = transformDragging
[static]
GraphicsEditorEvent
  TRANSFORM_DRAG_START : String = transformDragStart
[static]
GraphicsEditorEvent
  VECTOR_OBJECT_INITIAL_DRAG : String = vectorObjectInitialDrag
[static]
GraphicsEditorEvent
  ZOOM_CHANGED : String = zoomChanged
[static]
GraphicsEditorEvent
Property Detail
graphicObjectproperty
public var graphicObject:GraphicObjectBase

Constructor Detail
GraphicsEditorEvent()Constructor
public function GraphicsEditorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, graphicObject:GraphicObjectBase = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
graphicObject:GraphicObjectBase (default = null)
Method Detail
clone()method
override public function clone():Event

Necessary for re-dispatching to work.

Returns
Event — GraphicsEditorEvent
Constant Detail
BITMAP_LASSO_CHANGEConstant
public static const BITMAP_LASSO_CHANGE:String = bitmapLassoChange

CROP_RECTANGLE_CHANGEDConstant 
public static const CROP_RECTANGLE_CHANGED:String = cropRectangleChanged

EDITOR_STATE_CHANGEConstant 
public static const EDITOR_STATE_CHANGE:String = editorStateChange

ELEMENT_DRAG_ENDConstant 
public static const ELEMENT_DRAG_END:String = elementDragEnd

ELEMENT_DRAG_STARTConstant 
public static const ELEMENT_DRAG_START:String = elementDragStart

ELEMENT_DRAGGINGConstant 
public static const ELEMENT_DRAGGING:String = elementDragging

GRAPHIC_OBJECT_ADDEDConstant 
public static const GRAPHIC_OBJECT_ADDED:String = graphicObjectAdded

GRAPHIC_OBJECT_REMOVEDConstant 
public static const GRAPHIC_OBJECT_REMOVED:String = graphicObjectRemoved

SELECTED_GRAPHIC_OBJECTS_CHANGEDConstant 
public static const SELECTED_GRAPHIC_OBJECTS_CHANGED:String = selectedGraphicObjectsChanged

TEXT_EDIT_BEGINConstant 
public static const TEXT_EDIT_BEGIN:String = textEditBegin

TRANSFORM_DRAG_ENDConstant 
public static const TRANSFORM_DRAG_END:String = transformDragEnd

TRANSFORM_DRAG_STARTConstant 
public static const TRANSFORM_DRAG_START:String = transformDragStart

TRANSFORM_DRAGGINGConstant 
public static const TRANSFORM_DRAGGING:String = transformDragging

VECTOR_OBJECT_INITIAL_DRAGConstant 
public static const VECTOR_OBJECT_INITIAL_DRAG:String = vectorObjectInitialDrag

ZOOM_CHANGEDConstant 
public static const ZOOM_CHANGED:String = zoomChanged