Package | ardisia.components.graphicsEditor.events |
Class | public class GraphicsEditorEvent |
Inheritance | GraphicsEditorEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
graphicObject : GraphicObjectBase | GraphicsEditorEvent |
Method | Defined By | ||
---|---|---|---|
GraphicsEditorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, graphicObject:GraphicObjectBase = null) | GraphicsEditorEvent | ||
clone():Event [override]
Necessary for re-dispatching to work. | GraphicsEditorEvent |
Constant | Defined 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 |
graphicObject | property |
public var graphicObject:GraphicObjectBase
GraphicsEditorEvent | () | Constructor |
public function GraphicsEditorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, graphicObject:GraphicObjectBase = null)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
graphicObject:GraphicObjectBase (default = null )
|
clone | () | method |
override public function clone():Event
Necessary for re-dispatching to work.
ReturnsEvent — GraphicsEditorEvent
|
BITMAP_LASSO_CHANGE | Constant |
public static const BITMAP_LASSO_CHANGE:String = bitmapLassoChange
CROP_RECTANGLE_CHANGED | Constant |
public static const CROP_RECTANGLE_CHANGED:String = cropRectangleChanged
EDITOR_STATE_CHANGE | Constant |
public static const EDITOR_STATE_CHANGE:String = editorStateChange
ELEMENT_DRAG_END | Constant |
public static const ELEMENT_DRAG_END:String = elementDragEnd
ELEMENT_DRAG_START | Constant |
public static const ELEMENT_DRAG_START:String = elementDragStart
ELEMENT_DRAGGING | Constant |
public static const ELEMENT_DRAGGING:String = elementDragging
GRAPHIC_OBJECT_ADDED | Constant |
public static const GRAPHIC_OBJECT_ADDED:String = graphicObjectAdded
GRAPHIC_OBJECT_REMOVED | Constant |
public static const GRAPHIC_OBJECT_REMOVED:String = graphicObjectRemoved
SELECTED_GRAPHIC_OBJECTS_CHANGED | Constant |
public static const SELECTED_GRAPHIC_OBJECTS_CHANGED:String = selectedGraphicObjectsChanged
TEXT_EDIT_BEGIN | Constant |
public static const TEXT_EDIT_BEGIN:String = textEditBegin
TRANSFORM_DRAG_END | Constant |
public static const TRANSFORM_DRAG_END:String = transformDragEnd
TRANSFORM_DRAG_START | Constant |
public static const TRANSFORM_DRAG_START:String = transformDragStart
TRANSFORM_DRAGGING | Constant |
public static const TRANSFORM_DRAGGING:String = transformDragging
VECTOR_OBJECT_INITIAL_DRAG | Constant |
public static const VECTOR_OBJECT_INITIAL_DRAG:String = vectorObjectInitialDrag
ZOOM_CHANGED | Constant |
public static const ZOOM_CHANGED:String = zoomChanged