Packagecom.addicted2flash.layout.util
Classpublic final class Orientation

Enumeration of different orientations.



Public Methods
 MethodDefined by
  
typeToString(type:int):String
[static] Returns the string representation of the given orientation.
Orientation
Public Constants
 ConstantDefined by
  HORIZONTAL : int = 0x01
[static] Horizontal orientation.
Orientation
  VERTICAL : int = 0x02
[static] Vertical orientation.
Orientation
Method detail
typeToString()method
public static function typeToString(type:int):String

Returns the string representation of the given orientation.

Parameters
type:int — type of orientation

Returns
String — the string representation of the given orientation

Throws
— if orientation is not supported
Constant detail
HORIZONTALconstant
public static const HORIZONTAL:int = 0x01

Horizontal orientation.

VERTICALconstant 
public static const VERTICAL:int = 0x02

Vertical orientation.