ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.core 

DPIClassification  - AS3 Flex

Packagemx.core
Classpublic final class DPIClassification
InheritanceDPIClassification Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 2.5

An enum of the device screen density classess. When working with DPI, Flex collapses similar DPI values into DPI classes.

More examples

Learn more

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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.