Pakket | mx.charts.styles |
Klasse | public class HaloDefaults |
Overerving | HaloDefaults Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[statisch]
Creates a CSSStyleDeclaration object or returns an existing one. | HaloDefaults | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
[statisch]
Initializes the common values used by the default styles for the chart and element classes. | HaloDefaults | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
createSelector | () | methode |
public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
|
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 | () | methode |
public static function init(styleManager:IStyleManager2):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z