Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
StageQuality 
Packageflash.display
Classpublic final class StageQuality
InheritanceStageQuality Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

The StageQuality class provides values for the Stage.quality property.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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
  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

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

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

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"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

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.