(Flex Data Visualization components only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Initializes the core default styles for the charts classes. Each chart and element is responsible for initializing their own
style values, but they rely on the common values computed by the HaloDefaults class.
public static function createSelector(selectorName:String):CSSStyleDeclaration
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Creates a CSSStyleDeclaration object or returns an existing one.
Parameters
| selectorName:String — The name of the selector to return. If no existing CSSStyleDeclaration object matches
this name, this method creates a new one and returns it.
|
Returns | CSSStyleDeclaration — The CSSStyleDeclaration object that matches the provided selector name. If no CSSStyleDeclaration object matches
that name, this method creates a new one and returns it.
|
public static function init():void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Initializes the common values used by the default styles for the chart and element classes.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00