Package | com.gestureworks.utils |
Class | public class AddSimpleText |
Inheritance | AddSimpleText ![]() |
Property | Defined By | ||
---|---|---|---|
textColor : Number [write-only] | 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) | AddSimpleText |
textColor | property |
textColor:Number
[write-only] public function set textColor(value:Number):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)
W:Number | |
H:Number | |
align:String | |
color:Number | |
size:Number |