| Property | Defined by | ||
|---|---|---|---|
| DEGREE : String = "degrees" [static]
| Unit | ||
| DOTS_PER_INCH : int = 72 [static]
| Unit | ||
| FOOT : String = "ft" [static]
| Unit | ||
| INCH : String = "inch" [static]
| Unit | ||
| KILOMETER : String = "km" [static]
| Unit | ||
| METER : String = "m" [static]
| Unit | ||
| MILE : String = "mi" [static]
| Unit | ||
| Method | Defined by | ||
|---|---|---|---|
|
getInchesPerUnit(unit:String):Number
[static]
| Unit | ||
|
getResolutionFromScale(scale:Number, units:String = null):Number
[static]
| Unit | ||
|
getScaleFromResolution(resolution:Number, units:String):Number
[static]
| Unit | ||
| DEGREE | property |
public static var DEGREE:String = "degrees"
| DOTS_PER_INCH | property |
public static var DOTS_PER_INCH:int = 72
| FOOT | property |
public static var FOOT:String = "ft"
| INCH | property |
public static var INCH:String = "inch"
| KILOMETER | property |
public static var KILOMETER:String = "km"
| METER | property |
public static var METER:String = "m"
| MILE | property |
public static var MILE:String = "mi"
| getInchesPerUnit | () | method |
public static function getInchesPerUnit(unit:String):NumberParameters
unit:String |
Number |
| getResolutionFromScale | () | method |
public static function getResolutionFromScale(scale:Number, units:String = null):NumberParameters
scale:Number |
|
units:String (default = null) |
Number |
| getScaleFromResolution | () | method |
public static function getScaleFromResolution(resolution:Number, units:String):NumberParameters
resolution:Number |
|
units:String |
Number |