Packagefeathers.layout
Classpublic class Orientation
InheritanceOrientation Inheritance Object

Product Version : Feathers 3.0.0

Constants that define an orientation or set of orientations.



Public Constants
 ConstantDefined By
  BOTH : String = "both"
[static] Both landscape and portrait orientation.
Orientation
  LANDSCAPE : String = "landscape"
[static] Landscape orientation where width is larger than height.
Orientation
  NONE : String = "none"
[static] No orientation.
Orientation
  PORTRAIT : String = "portrait"
[static] Portrait orientation where height is larger than width.
Orientation
Constant Detail
BOTHConstant
public static const BOTH:String = "both"

Product Version : Feathers 3.0.0

Both landscape and portrait orientation.

LANDSCAPEConstant 
public static const LANDSCAPE:String = "landscape"

Product Version : Feathers 3.0.0

Landscape orientation where width is larger than height.

NONEConstant 
public static const NONE:String = "none"

Product Version : Feathers 3.0.0

No orientation.

PORTRAITConstant 
public static const PORTRAIT:String = "portrait"

Product Version : Feathers 3.0.0

Portrait orientation where height is larger than width.