Package | com.gestureworks.cml.core |
Class | public class CMLCore |
Inheritance | CMLCore ![]() |
Subclasses | CMLParser |
See also
Property | Defined By | ||
---|---|---|---|
classes : Array [static]
Custom classes can be registered by either pushing into this array or using the following import
syntax (note the reference to the class after the import statement):
import com.gestureworks.cml.components.MediaViewer; MediaViewer;
| CMLCore | ||
fontManager : FontManager | CMLCore | ||
packages : Array [static]
The packages that are searchable by the CML parser. | CMLCore |
classes | property |
public static var classes:Array
Custom classes can be registered by either pushing into this array or using the following import syntax (note the reference to the class after the import statement):
import com.gestureworks.cml.components.MediaViewer; MediaViewer;
fontManager | property |
public var fontManager:FontManager
packages | property |
public static var packages:Array
The packages that are searchable by the CML parser. To add you own package, simply push a new string into this array.