Paket | org.osmf.net.metrics |
Sınıf | public class MetricRepository |
Miras Alma | MetricRepository Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
İlgili API Öğeleri
org.osmf.net.abr.MetricFactory
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
metricFactory : MetricFactory [salt okunur]
The MetricFactory object to be used for creating new metrics. | MetricRepository |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
MetricRepository(metricFactory:MetricFactory)
Constructor. | MetricRepository | ||
Returns a reference to a MetricBase of the specified type,
with the specified arguments. | MetricRepository | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
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 |
Özellik Ayrıntısı
metricFactory | özellik |
metricFactory:MetricFactory
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The MetricFactory object to be used for creating new metrics.
Uygulama
public function get metricFactory():MetricFactory
Yapıcı Ayrıntı
MetricRepository | () | Yapıcı |
public function MetricRepository(metricFactory:MetricFactory)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor. Initializes the dictionary meant to hold the metrics.
ParametrelermetricFactory:MetricFactory — The MetricFactory object to be used for creating new metrics.
|
Yöntem Ayrıntısı
getMetric | () | yöntem |
public function getMetric(type:String, ... args):MetricBase
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns a reference to a MetricBase of the specified type, with the specified arguments.
Parametreler
type:String — The type of the metric
| |
... args — The arguments to be passed to the metric's constructor
|
MetricBase |
Tue Jun 12 2018, 01:09 PM Z