Package | ardisia.components.graphicsEditor.baseClasses |
Class | public class GraphicObjectBase |
Inheritance | GraphicObjectBase spark.components.Group |
Subclasses | BitmapGraphicObject, TextGraphicObject, VectorGraphicObject |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
selected : Boolean | GraphicObjectBase |
Method | Defined By | ||
---|---|---|---|
Create a clone of the graphic object. | GraphicObjectBase |
selected | property |
selected:Boolean
public function get selected():Boolean
public function set selected(value:Boolean):void
clone | () | method |
public function clone():GraphicObjectBase
Create a clone of the graphic object. Sub classes should override this method.
ReturnsGraphicObjectBase — GraphicObjectBase
|