Pacchetto | mx.charts.styles |
Classe | public class HaloDefaults |
Ereditarietà | HaloDefaults Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Creates a CSSStyleDeclaration object or returns an existing one. | HaloDefaults | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[statico]
Initializes the common values used by the default styles for the chart and element classes. | HaloDefaults | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
createSelector | () | metodo |
public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates a CSSStyleDeclaration object or returns an existing one.
Parametri
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.
|
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 | () | metodo |
public static function init(styleManager:IStyleManager2):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Initializes the common values used by the default styles for the chart and element classes.
Parametri
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.
|
Tue Jun 12 2018, 02:44 PM Z