| window.runtime property | window.runtime.flash.display.StageQuality |
| Inheritance | StageQuality Object |
| Runtime Versions: | AIR 1.0, |
Stage.quality property.
See also
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| BEST : String = "best" [static]
Specifies very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel
grid and bitmaps are always smoothed. | StageQuality | ||
| HIGH : String = "high" [static]
Specifies high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid,
and bitmaps are smoothed if the movie is static. | StageQuality | ||
| LOW : String = "low" [static]
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed. | StageQuality | ||
| MEDIUM : String = "medium" [static]
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid,
but bitmaps are not smoothed. | StageQuality | ||
Constant Detail
BEST | Constant |
public static const BEST:String = "best"| Runtime Versions: | AIR 1.0, |
Specifies very high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid and bitmaps are always smoothed.
HIGH | Constant |
public static const HIGH:String = "high"| Runtime Versions: | AIR 1.0, |
Specifies high rendering quality: graphics are anti-aliased using a 4 x 4 pixel grid, and bitmaps are smoothed if the movie is static.
LOW | Constant |
public static const LOW:String = "low"| Runtime Versions: | AIR 1.0, |
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.
MEDIUM | Constant |
public static const MEDIUM:String = "medium"| Runtime Versions: | AIR 1.0, |
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed. This setting is suitable for movies that do not contain text.
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties