| Package | com.addicted2flash.layout.util |
| Class | public final class Flow |
| Method | Defined by | ||
|---|---|---|---|
|
toString(type:int):String
[static]
Returns the string representation of the given flow.
| Flow | ||
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM_TO_TOP : int = 0x08 [static]
Bottom to top flow.
| Flow | ||
| LEFT_TO_RIGHT : int = 0x01 [static]
Left to right flow.
| Flow | ||
| RIGHT_TO_LEFT : int = 0x02 [static]
Right to left flow.
| Flow | ||
| TOP_TO_BOTTOM : int = 0x04 [static]
Top to bottom flow.
| Flow | ||
| toString | () | method |
public static function toString(type:int):StringReturns the string representation of the given flow.
Parameterstype:int — type of flow
|
String — the string representation of the given flow
|
— if flow is not supported
|
| BOTTOM_TO_TOP | constant |
public static const BOTTOM_TO_TOP:int = 0x08Bottom to top flow.
| LEFT_TO_RIGHT | constant |
public static const LEFT_TO_RIGHT:int = 0x01Left to right flow.
| RIGHT_TO_LEFT | constant |
public static const RIGHT_TO_LEFT:int = 0x02Right to left flow.
| TOP_TO_BOTTOM | constant |
public static const TOP_TO_BOTTOM:int = 0x04Top to bottom flow.