Pacchetto | spark.utils |
Classe | public class MultiDPIBitmapSource |
Ereditarietà | MultiDPIBitmapSource Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
Altri esempi
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
source160dpi : Object
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_160. | MultiDPIBitmapSource | ||
source240dpi : Object
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_240. | MultiDPIBitmapSource | ||
source320dpi : Object
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_320. | MultiDPIBitmapSource |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Select one of the sourceXXXdpi properties based on the given DPI. | MultiDPIBitmapSource | ||
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à
source160dpi | proprietà |
public var source160dpi:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_160
.
source240dpi | proprietà |
public var source240dpi:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_240
.
source320dpi | proprietà |
public var source320dpi:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_320
.
Descrizione dei metodi
getSource | () | metodo |
public function getSource(desiredDPI:Number):Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
Select one of the sourceXXXdpi properties based on the given DPI. This function handles the fallback to different sourceXXXdpi properties if the given one is null. The strategy is to try to choose the next highest property if it is not null, then return a lower property if not null, then just return null.
Parametri
desiredDPI:Number — desired DPI.
|
Object — One of the sourceXXXdpi properties based on the desired DPI.
|
Tue Jun 12 2018, 02:44 PM Z