| Package | com.addicted2flash.layout.util |
| Class | public final class Orientation |
| Method | Defined by | ||
|---|---|---|---|
|
typeToString(type:int):String
[static]
Returns the string representation of the given orientation.
| Orientation | ||
| Constant | Defined by | ||
|---|---|---|---|
| HORIZONTAL : int = 0x01 [static]
Horizontal orientation.
| Orientation | ||
| VERTICAL : int = 0x02 [static]
Vertical orientation.
| Orientation | ||
| typeToString | () | method |
public static function typeToString(type:int):StringReturns the string representation of the given orientation.
Parameterstype:int — type of orientation
|
String — the string representation of the given orientation
|
— if orientation is not supported
|
| HORIZONTAL | constant |
public static const HORIZONTAL:int = 0x01Horizontal orientation.
| VERTICAL | constant |
public static const VERTICAL:int = 0x02Vertical orientation.