Package | flash.display |
Class | public final class StageQuality |
Inheritance | StageQuality Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Stage.quality
property.
Related API Elements
Public Properties
Public Methods
Public 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.
MEDIUM | Constant |
public static const MEDIUM:String = "medium"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
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.
Mon Nov 28 2011, 06:48 AM -08:00