Pacoteflash.display
Classepublic final class StageQuality
HerançaStageQuality Inheritance Object

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

Veja também

flash.display.Stage.quality


Propriedades Públicas
 PropriedadeDefinido por
 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
Métodos Públicos
 MétodoDefinido por
 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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  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
Detalhes da constante
BESTConstante
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.

HIGHConstante 
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.

LOWConstante 
public static const LOW:String = "low"

Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed.

MEDIUMConstante 
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.