| Pacchetto | org.osmf.net.metrics |
| Classe | public class MetricFactoryItem |
| Ereditarietà | MetricFactoryItem Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | OSMF 2.0 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| metricCreationFunction : Function [sola lettura]
Function which creates a new instance of the desired MetricBase. | MetricFactoryItem | ||
| type : String [sola lettura]
The type of metric handled by this MetricFactoryItem. | MetricFactoryItem | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | MetricFactoryItem | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
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 delle proprietà
metricCreationFunction | proprietà |
metricCreationFunction:Function [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | OSMF 2.0 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Function which creates a new instance of the desired MetricBase. The function must return a MetricBase.
Implementazione
public function get metricCreationFunction():Functiontype | proprietà |
Descrizione della funzione di costruzione
MetricFactoryItem | () | Funzione di costruzione |
public function MetricFactoryItem(type:String, metricCreationFunction:Function)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | OSMF 1.0 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametritype:String — An identifier that represents this MetricFactoryItem.
| |
metricCreationFunction:Function — Function which creates a new instance
of the desired MetricBase. The function must take no params, and
return a MetricBase.
|
Genera
ArgumentError — If any argument is null.
|
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate