Field Detail
NONE
static public NONE:Number
CENTER
static public CENTER:Number
The central position in an area. Used for
both compass-direction constants (NORTH, etc.)
and box-orientation constants (TOP, etc.).
TOP
static public TOP:Number
Box-orientation constant used to specify the top of a box.
LEFT
static public LEFT:Number
Box-orientation constant used to specify the left side of a box.
BOTTOM
static public BOTTOM:Number
Box-orientation constant used to specify the bottom of a box.
RIGHT
static public RIGHT:Number
Box-orientation constant used to specify the right side of a box.
NORTH
static public NORTH:Number
Compass-direction North (up).
NORTH_EAST
static public NORTH_EAST:Number
Compass-direction north-east (upper right).
EAST
static public EAST:Number
Compass-direction east (right).
SOUTH_EAST
static public SOUTH_EAST:Number
Compass-direction south-east (lower right).
SOUTH
static public SOUTH:Number
Compass-direction south (down).
SOUTH_WEST
static public SOUTH_WEST:Number
Compass-direction south-west (lower left).
WEST
static public WEST:Number
Compass-direction west (left).
NORTH_WEST
static public NORTH_WEST:Number
Compass-direction north west (upper left).
HORIZONTAL
static public HORIZONTAL:Number
Horizontal orientation. Used for scrollbars and sliders.
VERTICAL
static public VERTICAL:Number
Vertical orientation. Used for scrollbars and sliders.