| Package | com.gestureworks.cml.element |
| Class | public class TLF |
| Inheritance | TLF ElementFactory flash.display.Sprite |
Paragraph1
Paragraph2
Paragraph3
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number [override] [write-only]
sets the alpha for display objects
| ElementFactory | |
| backgroundAlpha : Number
sets the background alpha
| TLF | ||
| backgroundColor : uint
sets the background color
| TLF | ||
![]() | blur : Boolean
Sets the drop shadow effect
| ElementFactory | |
![]() | bottom : Number
sets the bottom value
| ElementFactory | |
![]() | class_ : String
Object's css class;
| ElementFactory | |
![]() | className : String
sets the class name of displayobject
| ElementFactory | |
![]() | cmlIndex : int
sets the cml index
| ElementFactory | |
![]() | debugStyle : *
sets the debug style
| ElementFactory | |
![]() | displayEvents : String
Use for dispatch completes. | ElementFactory | |
![]() | dropShadow : Boolean
Sets the drop shadow effect
| ElementFactory | |
| font : String
font name, use CFF embeded fonts
| TLF | ||
| height : Number [override]
container height
| TLF | ||
![]() | heightPercent : String
sets the height percent of display object
| ElementFactory | |
![]() | horizontalCenter : Number
sets the horizontal center of display object
| ElementFactory | |
![]() | id : String
sets the id of child
| ElementFactory | |
![]() | index : int
sets the index of display object
| ElementFactory | |
![]() | left : Number
sets left value
| ElementFactory | |
![]() | propertyStates : Array Deprecated: Please Use state | ElementFactory | |
![]() | right : Number
sets the right value
| ElementFactory | |
![]() | scale : Number
Sets both the x and y scale values
| ElementFactory | |
![]() | scaleX : Number [override]
Sets width of the display object in pixels
| ElementFactory | |
![]() | scaleY : Number [override]
Sets width of the display object in pixels
| ElementFactory | |
![]() | state : Array
property states array
| ElementFactory | |
![]() | top : Number
sets top value
| ElementFactory | |
![]() | verticalCenter : Number
sets the vertical center of display object
| ElementFactory | |
| width : Number [override]
container width
| TLF | ||
![]() | widthPercent : String
sets the percent of width of display object
| ElementFactory | |
| Method | Defined By | ||
|---|---|---|---|
TLF()
Constructor
| TLF | ||
![]() | clone():*
Returns clone of self
| ElementFactory | |
![]() | displayComplete():void
CML callback
| ElementFactory | |
dispose():void [override]
Dispose method
| TLF | ||
init():void [override]
Initialisation method
| TLF | ||
input(value:String):void
Input must be prefixed with AS3's namespace:
Paragraph1
Paragraph2
Paragraph3
| TLF | ||
parseCML(cml:XMLList):XMLList [override]
parses cml file
| TLF | ||
![]() | postparseCML(cml:XMLList):void
post parses the cml file
| ElementFactory | |
![]() | updateProperties(state:Number = 0):void
this method updates the properties
| ElementFactory | |
| backgroundAlpha | property |
backgroundAlpha:Numbersets the background alpha
public function get backgroundAlpha():Number public function set backgroundAlpha(value:Number):void| backgroundColor | property |
backgroundColor:uintsets the background color
public function get backgroundColor():uint public function set backgroundColor(value:uint):void| font | property |
font:Stringfont name, use CFF embeded fonts
public function get font():String public function set font(value:String):void| height | property |
height:Number[override] container height
public function get height():Number public function set height(value:Number):void| width | property |
width:Number[override] container width
public function get width():Number public function set width(value:Number):void| TLF | () | Constructor |
public function TLF()Constructor
| dispose | () | method |
override public function dispose():voidDispose method
| init | () | method |
override public function init():voidInitialisation method
| input | () | method |
public function input(value:String):voidInput must be prefixed with AS3's namespace:
Paragraph1
Paragraph2
Paragraph3
Parameters
value:String — string
|
| parseCML | () | method |
override public function parseCML(cml:XMLList):XMLListparses cml file
Parameters
cml:XMLList |
XMLList — |