Pacoteflash.display
Classepublic final class StageDisplayState
HerançaStageDisplayState Inheritance Object

The StageDisplayState class provides values for the Stage.displayState property.

Veja também

flash.display.Stage.displayState


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
  FULL_SCREEN : String = "fullScreen"
[static] Specifies that the Stage is in full-screen mode.
StageDisplayState
  FULL_SCREEN_INTERACTIVE : String = "fullScreenInteractive"
[static] Specifies that the Stage is in full-screen mode with user interaction enabled ( Only AIR currently supports this ).
StageDisplayState
  NORMAL : String = "normal"
[static] Specifies that the Stage is in normal mode.
StageDisplayState
Detalhes da constante
FULL_SCREENConstante
public static const FULL_SCREEN:String = "fullScreen"

Specifies that the Stage is in full-screen mode.

FULL_SCREEN_INTERACTIVEConstante 
public static const FULL_SCREEN_INTERACTIVE:String = "fullScreenInteractive"

Specifies that the Stage is in full-screen mode with user interaction enabled ( Only AIR currently supports this ).

NORMALConstante 
public static const NORMAL:String = "normal"

Specifies that the Stage is in normal mode.