Packagecom.addicted2flash.layout.util
Classpublic final class Flow

Enumeration of different flow types.



Public Methods
 MethodDefined by
  
toString(type:int):String
[static] Returns the string representation of the given flow.
Flow
Public Constants
 ConstantDefined 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
Method detail
toString()method
public static function toString(type:int):String

Returns the string representation of the given flow.

Parameters
type:int — type of flow

Returns
String — the string representation of the given flow

Throws
— if flow is not supported
Constant detail
BOTTOM_TO_TOPconstant
public static const BOTTOM_TO_TOP:int = 0x08

Bottom to top flow.

LEFT_TO_RIGHTconstant 
public static const LEFT_TO_RIGHT:int = 0x01

Left to right flow.

RIGHT_TO_LEFTconstant 
public static const RIGHT_TO_LEFT:int = 0x02

Right to left flow.

TOP_TO_BOTTOMconstant 
public static const TOP_TO_BOTTOM:int = 0x04

Top to bottom flow.