| Package | com.addicted2flash.layout.util |
| Class | public final class Paging |
| Method | Defined by | ||
|---|---|---|---|
|
typeToString(type:int):String
[static]
Returns the string representation of the paging direction.
| Paging | ||
| Constant | Defined by | ||
|---|---|---|---|
| DOWN : int = 0x03 [static]
Downwards direction.
| Paging | ||
| RIGHT : int = 0x02 [static]
Right-handed direction.
| Paging | ||
| typeToString | () | method |
public static function typeToString(type:int):StringReturns the string representation of the paging direction.
Parameterstype:int — type of direction
|
String — the string representation of the paging direction
|
— if direction is not supported
|
| DOWN | constant |
public static const DOWN:int = 0x03Downwards direction.
| RIGHT | constant |
public static const RIGHT:int = 0x02Right-handed direction.