| Package | com.gestureworks.cml.managers |
| Class | public class CSSManager |
| Inheritance | CSSManager flash.events.EventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| debug : Boolean = false
Turns on the debug information
| CSSManager | ||
| file : String
Sets the file name that css manger process
| CSSManager | ||
| instance : CSSManager [static] [read-only]
Returns an instance of the CSSManager class
| CSSManager | ||
| Method | Defined By | ||
|---|---|---|---|
CSSManager(enforcer:SingletonEnforcer)
Constructor
| CSSManager | ||
loadCSS(filePath:String):void
Loads a CSS file
| CSSManager | ||
parseCSS():void
Parses the currently loaded CSS file using the CMLObjectList
| CSSManager | ||
| debug | property |
public var debug:Boolean = falseTurns on the debug information
| file | property |
public var file:StringSets the file name that css manger process
| instance | property |
instance:CSSManager [read-only] Returns an instance of the CSSManager class
public static function get instance():CSSManager| CSSManager | () | Constructor |
public function CSSManager(enforcer:SingletonEnforcer)Constructor
Parametersenforcer:SingletonEnforcer |
| loadCSS | () | method |
public function loadCSS(filePath:String):voidLoads a CSS file
Parameters
filePath:String |
| parseCSS | () | method |
public function parseCSS():voidParses the currently loaded CSS file using the CMLObjectList