Package | com.gestureworks.utils |
Class | public class AddSimpleText |
Inheritance | AddSimpleText ![]() |
Property | Defined By | ||
---|---|---|---|
textColor : Object | AddSimpleText | ||
textCont : String [write-only] | AddSimpleText | ||
textFont : String [write-only] | AddSimpleText | ||
textWrap : Boolean [write-only] | AddSimpleText |
Method | Defined By | ||
---|---|---|---|
AddSimpleText(W:Number, H:Number, align:String, color:Number, size:Number, autoSize:String = none) | AddSimpleText |
textColor | property |
textColor:Object
public function get textColor():Object
public function set textColor(value:Object):void
textCont | property |
textCont:String
[write-only] public function set textCont(value:String):void
textFont | property |
textFont:String
[write-only] public function set textFont(value:String):void
textWrap | property |
textWrap:Boolean
[write-only] public function set textWrap(value:Boolean):void
AddSimpleText | () | Constructor |
public function AddSimpleText(W:Number, H:Number, align:String, color:Number, size:Number, autoSize:String = none)
W:Number | |
H:Number | |
align:String | |
color:Number | |
size:Number | |
autoSize:String (default = none )
|