| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.styles.StyleManager
Field Summary | ||
| static | colorNames: Object | |
| initialize set of color names. | ||
| static | colorStyles: Object | |
| initialize set of inheriting color styles. | ||
| static | inheritingStyles: Object | |
| initialize set of inheriting non-color styles. | ||
| static | TextFormatStyleProps: Object | |
| object used to determine which Flash TextFormat property values are inheriting (calculated by examining the parent if not defined on the child) | ||
| static | TextStyleMap: Object | |
| object used to map CSS style properties to Flash TextFormat properties | ||
| ||
Method Summary | ||
| static | getColorName ( colorName: String ): Number | |
| static | isColorName ( colorName: String ): Boolean | |
| static | isColorStyle ( styleName: String ): Boolean | |
| static | isInheritingStyle ( styleName: String ): Boolean | |
| static | registerColorName ( colorName: String, colorValue: Number ): Void | |
| static | registerColorStyle ( styleName: String ): Void | |
| static | registerInheritingStyle ( styleName: String ): Void | |
| ||
| static var colorNames: Object |
| initialize set of color names. |
| static var colorStyles: Object |
| initialize set of inheriting color styles. |
| static var inheritingStyles: Object |
| initialize set of inheriting non-color styles. This is not the complete set from CSS. Some of the omitted we don't support at all, others may be added later as needed. |
| static var TextFormatStyleProps: Object |
| object used to determine which Flash TextFormat property values are inheriting (calculated by examining the parent if not defined on the child) |
| static var TextStyleMap: Object |
| object used to map CSS style properties to Flash TextFormat properties |
|
|
|
|
|
|
|
|
|
|
|
|
|
|