Packagecom.addicted2flash.layout.util
Classpublic final class Paging

Enumeration of different paging directions.



Public Methods
 MethodDefined by
  
typeToString(type:int):String
[static] Returns the string representation of the paging direction.
Paging
Public Constants
 ConstantDefined by
  DOWN : int = 0x03
[static] Downwards direction.
Paging
  RIGHT : int = 0x02
[static] Right-handed direction.
Paging
Method detail
typeToString()method
public static function typeToString(type:int):String

Returns the string representation of the paging direction.

Parameters
type:int — type of direction

Returns
String — the string representation of the paging direction

Throws
— if direction is not supported
Constant detail
DOWNconstant
public static const DOWN:int = 0x03

Downwards direction.

RIGHTconstant 
public static const RIGHT:int = 0x02

Right-handed direction.