Paket | spark.utils |
Sınıf | public class MultiDPIBitmapSource |
Miras Alma | MultiDPIBitmapSource Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
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 | ||
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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Select one of the sourceXXXdpi properties based on the given DPI. | MultiDPIBitmapSource | ||
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ı
source160dpi | özellik |
public var source160dpi:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_160
.
source240dpi | özellik |
public var source240dpi:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_240
.
source320dpi | özellik |
public var source320dpi:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
The source to use if the Application.runtimeDPI
is DPIClassification.DPI_320
.
Yöntem Ayrıntısı
getSource | () | yöntem |
public function getSource(desiredDPI:Number):Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
desiredDPI:Number — desired DPI.
|
Object — One of the sourceXXXdpi properties based on the desired DPI.
|
Tue Jun 12 2018, 01:09 PM Z