Package | flash.display |
Class | public final class StageQuality |
Inheritance | StageQuality ![]() |
Stage.quality
property.
See also
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 |
BEST | Constant |
public static const BEST:String = "best"
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"
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"
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed. This setting is not supported in Adobe AIR.
MEDIUM | Constant |
public static const MEDIUM:String = "medium"
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. This setting is not supported in Adobe AIR.