Packagemx.charts.styles
Classpublic class HaloDefaults
InheritanceHaloDefaults Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
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 Methods
 MethodDefined By
  
createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration
[static] Creates a CSSStyleDeclaration object or returns an existing one.
HaloDefaults
  
[static] Returns the CSSStyleDeclaration by chasing the chain of styleManagers if necessary.
HaloDefaults
  
init(styleManager:IStyleManager2):void
[static] Initializes the common values used by the default styles for the chart and element classes.
HaloDefaults
Method Detail
createSelector()method
public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration

Language Version : ActionScript 3.0
Product Version : Flex 3
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.
 
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.

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.
findStyleDeclaration()method 
public static function findStyleDeclaration(styleManager:IStyleManager2, name:String):CSSStyleDeclaration

Returns the CSSStyleDeclaration by chasing the chain of styleManagers if necessary.

Parameters

styleManager:IStyleManager2 — The name of the CSSStyleDeclaration
 
name:String

Returns
CSSStyleDeclaration — The CSSStyleDeclaration or null if not found
init()method 
public static function init(styleManager:IStyleManager2):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Initializes the common values used by the default styles for the chart and element classes.

Parameters

styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.