(Preview)
Package | mx.core |
Class | public final class DPIClassification |
Inheritance | DPIClassification Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
More examples
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
DPI_160 : Number = 160 [static]
Density value for low-density devices. | DPIClassification | ||
DPI_240 : Number = 240 [static]
Density value for medium-density devices. | DPIClassification | ||
DPI_320 : Number = 320 [static]
Density value for high-density devices. | DPIClassification |
Constant Detail
DPI_160 | Constant |
public static const DPI_160:Number = 160
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Density value for low-density devices.
DPI_240 | Constant |
public static const DPI_240:Number = 240
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Density value for medium-density devices.
DPI_320 | Constant |
public static const DPI_320:Number = 320
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Density value for high-density devices.
Wed Nov 21 2018, 06:34 AM -08:00