Paket | mx.charts.styles |
Sınıf | public class HaloDefaults |
Miras Alma | HaloDefaults Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[statik]
Creates a CSSStyleDeclaration object or returns an existing one. | HaloDefaults | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
[statik]
Initializes the common values used by the default styles for the chart and element classes. | HaloDefaults | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yöntem Ayrıntısı
createSelector | () | yöntem |
public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Creates a CSSStyleDeclaration object or returns an existing one.
Parametreler
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 | () | yöntem |
public static function init(styleManager:IStyleManager2):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Initializes the common values used by the default styles for the chart and element classes.
Parametreler
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.
|
Tue Jun 12 2018, 01:09 PM Z