| Package | com.degrafa |
| Class | public class GraphicText |
| Inheritance | GraphicText flash.text.TextField |
| Implements | IGeometry, IGraphic, mx.core.IMXMLObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| autoSize : String | GraphicText | ||
| autoSizeField : Boolean | GraphicText | ||
| color : uint | GraphicText | ||
| data : String | GraphicText | ||
| document : Object [read-only]
The MXML document that created this object.
| GraphicText | ||
| enableEvents : Boolean
Enable events for this object.
| GraphicText | ||
| fill : IGraphicsFill | GraphicText | ||
| fillCollection : FillCollection
[read-only]
Access to the Degrafa fill collection object for this graphic object.
| GraphicText | ||
| fontFamily : String | GraphicText | ||
| fontSize : Number | GraphicText | ||
| fontWeight : String | GraphicText | ||
| hasEventManager : Boolean [read-only]
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
[read-only]
Access to the Degrafa stroke collection object for this graphic object.
| GraphicText | ||
| suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| GraphicText | ||
| text : String [write-only]
A string that is the current text in the text field.
| GraphicText | ||
| textFormat : TextFormat | GraphicText | ||
| Method | Defined by | ||
|---|---|---|---|
| GraphicText | |||
|
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 | ||
| autoSize | property |
autoSize:String [read-write]This property can be used as the source for data binding.
Implementation public function get autoSize():String
public function set autoSize(value:String):void
| autoSizeField | property |
autoSizeField:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get autoSizeField():Boolean
public function set autoSizeField(value:Boolean):void
| color | property |
color:uint [read-write]This property can be used as the source for data binding.
Implementation public function get color():uint
public function set color(value:uint):void
| data | property |
data:String [read-write]This property can be used as the source for data binding.
Implementation public function get data():String
public function set data(value:String):void
| document | property |
document:Object [read-only]The MXML document that created this object.
This property can be used as the source for data binding.
Implementation public function get document():Object
| enableEvents | property |
enableEvents:Boolean [read-write]Enable events for this object.
This property can be used as the source for data binding.
Implementation public function get enableEvents():Boolean
public function set enableEvents(value:Boolean):void
| fill | property |
fill:IGraphicsFill [read-write]This property can be used as the source for data binding.
Implementation public function get fill():IGraphicsFill
public function set fill(value:IGraphicsFill):void
| fillCollection | property |
fillCollection:FillCollection [read-only]Access to the Degrafa fill collection object for this graphic object.
This property can be used as the source for data binding.
Implementation public function get fillCollection():FillCollection
| fontFamily | property |
fontFamily:String [read-write]This property can be used as the source for data binding.
Implementation public function get fontFamily():String
public function set fontFamily(value:String):void
| fontSize | property |
fontSize:Number [read-write]This property can be used as the source for data binding.
Implementation public function get fontSize():Number
public function set fontSize(value:Number):void
| fontWeight | property |
fontWeight:String [read-write]This property can be used as the source for data binding.
Implementation public function get fontWeight():String
public function set fontWeight(value:String):void
| hasEventManager | property |
hasEventManager:Boolean [read-only]Tests to see if a EventDispatcher instance has been created for this object.
This property can be used as the source for data binding.
Implementation public function get hasEventManager():Boolean
| id | property |
id:String [read-write]The identifier used by document to refer to this object.
This property can be used as the source for data binding.
Implementation public function get id():String
public function set id(value:String):void
| letterSpacing | property |
letterSpacing:int [read-write]This property can be used as the source for data binding.
Implementation public function get letterSpacing():int
public function set letterSpacing(value:int):void
| strokeCollection | property |
strokeCollection:StrokeCollection [read-only]Access to the Degrafa stroke collection object for this graphic object.
This property can be used as the source for data binding.
Implementation public function get strokeCollection():StrokeCollection
| suppressEventProcessing | property |
suppressEventProcessing:Boolean [read-write]Temporarily suppress event processing for this object.
This property can be used as the source for data binding.
Implementation public function get suppressEventProcessing():Boolean
public function set suppressEventProcessing(value:Boolean):void
| text | property |
text:String [write-only]A string that is the current text in the text field.
This property can be used as the source for data binding.
Implementation public function set text(value:String):void
| textFormat | property |
textFormat:TextFormat [read-write]This property can be used as the source for data binding.
Implementation public function get textFormat():TextFormat
public function set textFormat(value:TextFormat):void
| GraphicText | () | constructor |
public function GraphicText()
| dispatchEvent | () | method |
public override function dispatchEvent(event:Event):BooleanDispatches an event into the event flow.
Parametersevent:Event |
Boolean |
See also
| dispatchPropertyChange | () | method |
public function dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):BooleanDispatches an property change event into the event flow.
Parametersbubbles:Boolean (default = false) |
|
property:Object (default = null) |
|
oldValue:Object (default = null) |
|
newValue:Object (default = null) |
|
source:Object (default = null) |
Boolean |
| initChange | () | method |
public function initChange(property:String, oldValue:Object, newValue:Object, source:Object):voidHelper function for dispatching property changes
Parametersproperty:String |
|
oldValue:Object |
|
newValue:Object |
|
source:Object |
| initialized | () | method |
public function initialized(document:Object, id:String):voidCalled after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
Parametersdocument:Object — The MXML document that created this object.
|
|
id:String — The identifier used by document to refer to this object.
|