Packagecom.gestureworks.cml.core
Classpublic class CMLCore
InheritanceCMLCore Inheritance Object
Subclasses CMLParser

See also

com.gestureworks.cml.core.CML_AIR


Public Properties
 PropertyDefined 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
Property Detail
classesproperty
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;

fontManagerproperty 
public var fontManager:FontManager

packagesproperty 
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.