Packagecom.gestureworks.cml.interfaces
Interfacepublic interface ILayout extends IObject, ICML
Implementors LayoutFactory

Implements container layouts.



Public Properties
 PropertyDefined By
 Inheritedid : String
Returns the object's id.
IObject
Public Methods
 MethodDefined By
 Inherited
dispose():void
Dispose method.
IObject
  
layout(container:DisplayObjectContainer):void
Applies layout to the input container
ILayout
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine.
IObject
 Inherited
updateProperties(state:Number = 0):void
IObject
Method Detail
layout()method
public function layout(container:DisplayObjectContainer):void

Applies layout to the input container

Parameters

container:DisplayObjectContainer