Package | com.gestureworks.cml.kits |
Class | public class LayoutKit |
Inheritance | LayoutKit ![]() |
Implements | ICML |
This class is meant to be used within CML and is not compatible with AS3.
See also
Property | Defined By | ||
---|---|---|---|
instance : LayoutKit [static] [read-only]
Singleton accesor method
| LayoutKit |
Method | Defined By | ||
---|---|---|---|
LayoutKit(enforcer:SingletonEnforcer) | LayoutKit | ||
parseCML(cml:XMLList):XMLList
Parses cml
| LayoutKit |
instance | property |
instance:LayoutKit
[read-only] Singleton accesor method
public static function get instance():LayoutKit
LayoutKit | () | Constructor |
public function LayoutKit(enforcer:SingletonEnforcer)
enforcer:SingletonEnforcer |
parseCML | () | method |
public function parseCML(cml:XMLList):XMLList
Parses cml
Parameters
cml:XMLList |
XMLList —
|