Pakiet | mx.charts.styles |
Klasa | public class HaloDefaults |
Dziedziczenie | HaloDefaults Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Creates a CSSStyleDeclaration object or returns an existing one. | HaloDefaults | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
[statyczny]
Initializes the common values used by the default styles for the chart and element classes. | HaloDefaults | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół metody
createSelector | () | metoda |
public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Creates a CSSStyleDeclaration object or returns an existing one.
Parametry
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 | () | metoda |
public static function init(styleManager:IStyleManager2):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Initializes the common values used by the default styles for the chart and element classes.
Parametry
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.
|
Tue Jun 12 2018, 12:06 PM Z