((Apenas para componentes do Flex Data Visualization))
Pacotemx.charts.styles
Classepublic class HaloDefaults
HerançaHaloDefaults Inheritance Object

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.



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
  
[static] Creates a CSSStyleDeclaration object or returns an existing one.
HaloDefaults
 Inherited
Indicates whether an object has a specified property defined.
Object
  
[static] Initializes the common values used by the default styles for the chart and element classes.
HaloDefaults
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes do método
createSelector()método
public static function createSelector(selectorName:String):CSSStyleDeclaration

Creates a CSSStyleDeclaration object or returns an existing one.

Parâmetros

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.

Retorna
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.
init()método 
public static function init():void

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