Packagecom.degrafa
Classpublic class GraphicTextPlus
InheritanceGraphicTextPlus Inheritance GraphicText Inheritance flash.text.TextField

GraphicText extends TextField and enables support for text fields to be added to compositions.

See also

flash.text.TextField


Public Properties
 PropertyDefined by
  anchorx : Number
GraphicTextPlus
  anchory : Number
GraphicTextPlus
 InheritedautoSize : String
GraphicText
 InheritedautoSizeField : Boolean
GraphicText
 Inheritedcolor : uint
GraphicText
 Inheriteddata : Object
GraphicText
 Inheriteddocument : Object
The MXML document that created this object.
GraphicText
 InheritedenableEvents : Boolean
Enable events for this object.
GraphicText
 Inheritedfill : IGraphicsFill
GraphicText
 InheritedfillCollection : FillCollection
Access to the Degrafa fill collection object for this graphic object.
GraphicText
 InheritedfontFamily : String
GraphicText
 InheritedfontSize : Number
GraphicText
 InheritedfontWeight : String
GraphicText
  halign : String
GraphicTextPlus
 InheritedhasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
GraphicText
 Inheritedid : String
The identifier used by document to refer to this object.
GraphicText
 InheritedletterSpacing : int
GraphicText
 InheritedstrokeCollection : StrokeCollection
Access to the Degrafa stroke collection object for this graphic object.
GraphicText
 InheritedsuppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
GraphicText
 Inheritedtext : String
A string that is the current text in the text field.
GraphicText
 InheritedtextFormat : TextFormat
GraphicText
  valign : String
GraphicTextPlus
Public Methods
 MethodDefined by
  
GraphicTextPlus
 Inherited
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
GraphicText
 Inherited
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
 Inherited
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
GraphicText
 Inherited
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
Property detail
anchorxproperty
anchorx:Number  [read-write]Implementation
    public function get anchorx():Number
    public function set anchorx(value:Number):void
anchoryproperty 
anchory:Number  [read-write]Implementation
    public function get anchory():Number
    public function set anchory(value:Number):void
halignproperty 
halign:String  [read-write]Implementation
    public function get halign():String
    public function set halign(value:String):void
valignproperty 
valign:String  [read-write]Implementation
    public function get valign():String
    public function set valign(value:String):void
Constructor detail
GraphicTextPlus()constructor
public function GraphicTextPlus()
Method detail
realign()method
public function realign():void