| Package | ardisia.components.graphicsEditor.graphicObjects |
| Class | public class TextGraphicObject |
| Inheritance | TextGraphicObject GraphicObjectBase spark.components.Group |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| editableText : RichEditableText
Component that displays the text. | TextGraphicObject | ||
| editingInProgress : Boolean
True if an editing session is in progress. | TextGraphicObject | ||
| selected : Boolean [override] | TextGraphicObject | ||
| textFlowDirty : Boolean
True if this object's textflow has changed and an undo state should be
added. | TextGraphicObject | ||
| Method | Defined By | ||
|---|---|---|---|
| TextGraphicObject | |||
![]() |
Create a clone of the graphic object. | GraphicObjectBase | |
endEditing():void
End an editing session. | TextGraphicObject | ||
startEditing():void
Start an editing session. | TextGraphicObject | ||
| Method | Defined By | ||
|---|---|---|---|
eventHandler(event:Event):void
Handles events for the component. | TextGraphicObject | ||
| editableText | property |
public var editableText:RichEditableTextComponent that displays the text.
The default value is null.
| editingInProgress | property |
public var editingInProgress:BooleanTrue if an editing session is in progress.
The default value is false.
| selected | property |
selected:Boolean[override] public function get selected():Boolean public function set selected(value:Boolean):void| textFlowDirty | property |
public var textFlowDirty:BooleanTrue if this object's textflow has changed and an undo state should be added.
The default value is false.
| TextGraphicObject | () | Constructor |
public function TextGraphicObject()| endEditing | () | method |
public function endEditing():voidEnd an editing session.
| eventHandler | () | method |
protected function eventHandler(event:Event):voidHandles events for the component.
Parameters
event:Event — Event the event that triggered the handler
|
| startEditing | () | method |
public function startEditing():voidStart an editing session.