Paquete | spark.utils |
Clase | public class MultiDPIBitmapSource |
Herencia | MultiDPIBitmapSource Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR 2.6 |
Más ejemplos
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Select one of the sourceXXXdpi properties based on the given DPI. | MultiDPIBitmapSource | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
source160dpi | propiedad |
public var source160dpi:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_160
.
source240dpi | propiedad |
public var source240dpi:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_240
.
source320dpi | propiedad |
public var source320dpi:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_320
.
Información sobre métodos
getSource | () | método |
public function getSource(desiredDPI:Number):Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
desiredDPI:Number — desired DPI.
|
Object — One of the sourceXXXdpi properties based on the desired DPI.
|
Tue Jun 12 2018, 02:12 PM Z