| Package | graphics |
| Class | public final class Direction |
| Inheritance | Direction Object |
| Constant | Defined By | ||
|---|---|---|---|
| BACKWARD : String = backward [static]
Specifies the "backward" value to change the orientation of a Display or a component. | Direction | ||
| DOWN : String = down [static]
Specifies the "down" value to change the orientation of a Display or a component. | Direction | ||
| FORWARD : String = forward [static]
Specifies the "forward" value to change the orientation of a Display or a component. | Direction | ||
| HORIZONTAL : String = horizontal [static]
Specifies the "horizontal" value to change the orientation of a Display or a component. | Direction | ||
| LEFT : String = left [static]
Specifies the "left" value to change the orientation of a Display or a component. | Direction | ||
| RIGHT : String = right [static]
Specifies the "right" value to change the orientation of a Display or a component. | Direction | ||
| UP : String = up [static]
Specifies the "up" value to change the orientation of a Display or a component. | Direction | ||
| VERTICAL : String = vertical [static]
Specifies the "vertical" value to change the orientation of a Display or a component. | Direction | ||
| BACKWARD | Constant |
public static const BACKWARD:String = backwardSpecifies the "backward" value to change the orientation of a Display or a component.
| DOWN | Constant |
public static const DOWN:String = downSpecifies the "down" value to change the orientation of a Display or a component.
| FORWARD | Constant |
public static const FORWARD:String = forwardSpecifies the "forward" value to change the orientation of a Display or a component.
| HORIZONTAL | Constant |
public static const HORIZONTAL:String = horizontalSpecifies the "horizontal" value to change the orientation of a Display or a component.
| LEFT | Constant |
public static const LEFT:String = leftSpecifies the "left" value to change the orientation of a Display or a component.
| RIGHT | Constant |
public static const RIGHT:String = rightSpecifies the "right" value to change the orientation of a Display or a component.
| UP | Constant |
public static const UP:String = upSpecifies the "up" value to change the orientation of a Display or a component.
| VERTICAL | Constant |
public static const VERTICAL:String = verticalSpecifies the "vertical" value to change the orientation of a Display or a component.