Adobe® Flex® 4 Language Reference
Show Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
StageOrientation 
Packageflash.display
Classpublic final class StageOrientation
InheritanceStageOrientation Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

The StageOrientation class provides values for the orientation property of the Stage class. It also defines possible values for the following:
  • The orientation parameter of the setOrientation() method of the Stage class
  • The beforeOrientation and afterOrientation parameters of the StageOrientationEvent class

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
  AIR-only DEFAULT : String = "default"
[static] Specifies that the stage is currently in the default orientation of the device (right-side up).
StageOrientation
  AIR-only ROTATED_LEFT : String = "rotatedLeft"
[static] Specifies that the stage is currently rotated left relative to the default orientation of the device.
StageOrientation
  AIR-only ROTATED_RIGHT : String = "rotatedRight"
[static] Specifies that the stage is currently rotated right relative to the default orientation of the device.
StageOrientation
  AIR-only UNKNOWN : String = "unknown"
[static] Specifies that the device has not yet established an orientation.
StageOrientation
  AIR-only UPSIDE_DOWN : String = "upsideDown"
[static] Specifies that the stage is currently upside down relative to the default orientation of the device.
StageOrientation
Constant Detail
AIR-only 

DEFAULT

Constant
public static const DEFAULT:String = "default"

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

Specifies that the stage is currently in the default orientation of the device (right-side up).

AIR-only 

ROTATED_LEFT

Constant 
public static const ROTATED_LEFT:String = "rotatedLeft"

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

Specifies that the stage is currently rotated left relative to the default orientation of the device.

AIR-only 

ROTATED_RIGHT

Constant 
public static const ROTATED_RIGHT:String = "rotatedRight"

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

Specifies that the stage is currently rotated right relative to the default orientation of the device.

AIR-only 

UNKNOWN

Constant 
public static const UNKNOWN:String = "unknown"

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

Specifies that the device has not yet established an orientation.

AIR-only 

UPSIDE_DOWN

Constant 
public static const UPSIDE_DOWN:String = "upsideDown"

Language Version: ActionScript 3.0
Runtime Versions: AIR 2

Specifies that the stage is currently upside down relative to the default orientation of the device.