Packageardisia.components.graphicsEditor.baseClasses
Classpublic class GraphicObjectBase
InheritanceGraphicObjectBase Inheritance spark.components.Group
Subclasses BitmapGraphicObject, TextGraphicObject, VectorGraphicObject

Base class for graphic objects for the GraphicsEditor class. All graphics objects must extend this class.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  selected : Boolean
GraphicObjectBase
Public Methods
 MethodDefined By
  
Create a clone of the graphic object.
GraphicObjectBase
Property Detail
selectedproperty
selected:Boolean


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
Method Detail
clone()method
public function clone():GraphicObjectBase

Create a clone of the graphic object. Sub classes should override this method.

Returns
GraphicObjectBase — GraphicObjectBase