| Package | graphics |
| Class | public final class DirectionOrder |
| Inheritance | DirectionOrder Object |
| Constant | Defined By | ||
|---|---|---|---|
| NORMAL : String = normal [static]
Specifies the "normal" direction order. | DirectionOrder | ||
| REVERSE : String = reverse [static]
Specifies the "reverse" direction order. | DirectionOrder | ||
| NORMAL | Constant |
public static const NORMAL:String = normalSpecifies the "normal" direction order. The horizontal containers displays its children from left to right and the vertical containers displays its children from top to bottom.
| REVERSE | Constant |
public static const REVERSE:String = reverseSpecifies the "reverse" direction order. The horizontal containers displays its children from right to left and the vertical containers displays its children from bottom to top.