Package | com.gestureworks.cml.interfaces |
Interface | public interface ILayout extends IObject, ICML |
Implementors | Layout |
Method | Defined By | ||
---|---|---|---|
![]() | dispose():void
Dispose method. | IObject | |
![]() | init():void
Initialization method. | IObject | |
layout(container:DisplayObjectContainer):void
Applies layout to the input container
| ILayout | ||
![]() | parseCML(cml:XMLList):XMLList
Internal CML parse method. | ICML | |
![]() | postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine. | IObject | |
![]() | updateProperties(state:* = 0):void
Updates properties from state. | IObject |