mx.styles.StyleManager
The class that manages: -which CSS style properties are inheriting -which style properties are colors and therefore get special handling -a list of strings that are aliases for color values
static inheritingStyles:Object
static colorStyles:Object
static colorNames:Object
static TextFormatStyleProps:Object
static TextStyleMap:Object
static function registerInheritingStyle(styleName:String):Void
- Parameters
styleName
the style name
static function isInheritingStyle(styleName:String):Boolean
- Parameters
styleName
the style name - Return
- Boolean
static function registerColorStyle(styleName:String):Void
- Parameters
styleName
the style name
static function isColorStyle(styleName:String):Boolean
- Parameters
styleName
the style name - Return
- Boolean
static function registerColorName(colorName:String, colorValue:Number):Void
- Parameters
colorName
the style name (e.g. "blue") colorValue
the color value (e.g. 0x0000FF)