| Package | com.degrafa |
| Class | public class GraphicTextPlus |
| Inheritance | GraphicTextPlus GraphicText flash.text.TextField |
See also
| Property | Defined by | ||
|---|---|---|---|
| anchorx : Number | GraphicTextPlus | ||
| anchory : Number | GraphicTextPlus | ||
![]() | autoSize : String | GraphicText | |
![]() | autoSizeField : Boolean | GraphicText | |
![]() | color : uint | GraphicText | |
![]() | data : Object | GraphicText | |
![]() | document : Object
The MXML document that created this object.
| GraphicText | |
![]() | enableEvents : Boolean
Enable events for this object.
| GraphicText | |
![]() | fill : IGraphicsFill | GraphicText | |
![]() | fillCollection : FillCollection
Access to the Degrafa fill collection object for this graphic object.
| GraphicText | |
![]() | fontFamily : String | GraphicText | |
![]() | fontSize : Number | GraphicText | |
![]() | fontWeight : String | GraphicText | |
| halign : String | GraphicTextPlus | ||
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| GraphicText | |
![]() | id : String
The identifier used by document to refer to this object.
| GraphicText | |
![]() | letterSpacing : int | GraphicText | |
![]() | strokeCollection : StrokeCollection
Access to the Degrafa stroke collection object for this graphic object.
| GraphicText | |
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| GraphicText | |
![]() | text : String
A string that is the current text in the text field.
| GraphicText | |
![]() | textFormat : TextFormat | GraphicText | |
| valign : String | GraphicTextPlus | ||
| Method | Defined by | ||
|---|---|---|---|
| GraphicTextPlus | |||
![]() |
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
| GraphicText | |
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
Dispatches an property change event into the event flow.
| GraphicText | |
![]() |
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
| GraphicText | |
![]() |
initialized(document:Object, id:String):void
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
| GraphicText | |
|
realign():void
| GraphicTextPlus | ||
| anchorx | property |
anchorx:Number [read-write]Implementation
public function get anchorx():Number
public function set anchorx(value:Number):void
| anchory | property |
anchory:Number [read-write]Implementation
public function get anchory():Number
public function set anchory(value:Number):void
| halign | property |
halign:String [read-write]Implementation
public function get halign():String
public function set halign(value:String):void
| valign | property |
valign:String [read-write]Implementation
public function get valign():String
public function set valign(value:String):void
| GraphicTextPlus | () | constructor |
public function GraphicTextPlus()
| realign | () | method |
public function realign():void