About the StyleManager class

ActionScript class namespace mx.styles.StyleManager

The StyleManager class keeps track of known inheriting styles and colors. You only need to use this class if you are creating components and want to add a new inheriting style or color.

To determine which styles are inheriting, please refer to the W3C web site.

Method summary for the StyleManager class

Method

Description

StyleManager.registerColorName()

Registers a new color name with the StyleManager.

StyleManager.registerColorStyle()

Registers a new color style with the StyleManager.

StyleManager.registerInheritingSyle()

Registers a new inheriting style with the StyleManager.