Packagecom.gestureworks.utils
Classpublic class AddSimpleText
InheritanceAddSimpleText Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  textColor : Number
[write-only]
AddSimpleText
  textCont : String
[write-only]
AddSimpleText
  textFont : String
[write-only]
AddSimpleText
  textWrap : Boolean
[write-only]
AddSimpleText
Public Methods
 MethodDefined By
  
AddSimpleText(W:Number, H:Number, align:String, color:Number, size:Number)
AddSimpleText
Property Detail
textColorproperty
textColor:Number  [write-only]


Implementation
    public function set textColor(value:Number):void
textContproperty 
textCont:String  [write-only]


Implementation
    public function set textCont(value:String):void
textFontproperty 
textFont:String  [write-only]


Implementation
    public function set textFont(value:String):void
textWrapproperty 
textWrap:Boolean  [write-only]


Implementation
    public function set textWrap(value:Boolean):void
Constructor Detail
AddSimpleText()Constructor
public function AddSimpleText(W:Number, H:Number, align:String, color:Number, size:Number)



Parameters
W:Number
 
H:Number
 
align:String
 
color:Number
 
size:Number