{ "type": "class", | |
"qname": "mx.styles.StyleManager", | |
"baseClassname": "" | |
, | |
"description": "The StyleManager class manages the following: <ul> <li>Which CSS style properties the class inherits</li> <li>Which style properties are colors, and therefore get special handling</li> <li>A list of strings that are aliases for color values</li> </ul>", | |
"tags": [ | |
{ "tagName": "see", | |
"values": ["mx.styles.CSSStyleDeclaration"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "field", | |
"qname": "NOT_A_COLOR", | |
"return": "uint", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "The <code>getColorName()</code> method returns this value if the passed-in String is not a legitimate color name.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "getStyleManager", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Returns the style manager for an object. style manager for. If null, the top-level style manager is returned.", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["moduleFactory The module factory of an object you want the"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10", "AIR 1.5"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 4"]}, | |
{ "tagName": "return", | |
"values": ["the style manager for the given module factory."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "mx.styles.IStyleManager2", | |
"params": [{ "name": "moduleFactory", "type": "mx.core.IFlexModuleFactory"}]} | |
] | |
} |