Package | com.gestureworks.cml.managers |
Class | public class CSSManager |
Inheritance | CSSManager ![]() |
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 = false
Turns on the debug information
file | property |
public var file:String
Sets 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):void
Loads a CSS file
Parameters
filePath:String |
parseCSS | () | method |
public function parseCSS():void
Parses the currently loaded CSS file using the CMLObjectList