Packagegraphics
Classpublic final class Direction
InheritanceDirection Inheritance Object

The most common relative directions are horizontal, vertical, left, right, forward, backward, up, and down.



Public Constants
 ConstantDefined 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
Constant Detail
BACKWARDConstant
public static const BACKWARD:String = backward

Specifies the "backward" value to change the orientation of a Display or a component.

DOWNConstant 
public static const DOWN:String = down

Specifies the "down" value to change the orientation of a Display or a component.

FORWARDConstant 
public static const FORWARD:String = forward

Specifies the "forward" value to change the orientation of a Display or a component.

HORIZONTALConstant 
public static const HORIZONTAL:String = horizontal

Specifies the "horizontal" value to change the orientation of a Display or a component.

LEFTConstant 
public static const LEFT:String = left

Specifies the "left" value to change the orientation of a Display or a component.

RIGHTConstant 
public static const RIGHT:String = right

Specifies the "right" value to change the orientation of a Display or a component.

UPConstant 
public static const UP:String = up

Specifies the "up" value to change the orientation of a Display or a component.

VERTICALConstant 
public static const VERTICAL:String = vertical

Specifies the "vertical" value to change the orientation of a Display or a component.