Packageorg.aswing
Classpublic class AsWingConstants

A collection of constants generally used for positioning and orienting components on the screen.



Public Constants
 ConstantDefined by
  BOTTOM : int = 3
[static] Box-orientation constant used to specify the bottom of a box.
AsWingConstants
  CENTER : int = 0
[static] The central position in an area.
AsWingConstants
  EAST : int = 3
[static] Compass-direction east (right).
AsWingConstants
  HORIZONTAL : int = 0
[static] Horizontal orientation.
AsWingConstants
  LEFT : int = 2
[static] Box-orientation constant used to specify the left side of a box.
AsWingConstants
  NONE : int = -1
[static]
AsWingConstants
  NORTH : int = 1
[static] Compass-direction North (up).
AsWingConstants
  NORTH_EAST : int = 2
[static] Compass-direction north-east (upper right).
AsWingConstants
  NORTH_WEST : int = 8
[static] Compass-direction north west (upper left).
AsWingConstants
  RIGHT : int = 4
[static] Box-orientation constant used to specify the right side of a box.
AsWingConstants
  SOUTH : int = 5
[static] Compass-direction south (down).
AsWingConstants
  SOUTH_EAST : int = 4
[static] Compass-direction south-east (lower right).
AsWingConstants
  SOUTH_WEST : int = 6
[static] Compass-direction south-west (lower left).
AsWingConstants
  TOP : int = 1
[static] Box-orientation constant used to specify the top of a box.
AsWingConstants
  VERTICAL : int = 1
[static] Vertical orientation.
AsWingConstants
  WEST : int = 7
[static] Compass-direction west (left).
AsWingConstants
Constant detail
BOTTOMconstant
public static const BOTTOM:int = 3

Box-orientation constant used to specify the bottom of a box.

CENTERconstant 
public static const CENTER:int = 0

The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).

EASTconstant 
public static const EAST:int = 3

Compass-direction east (right).

HORIZONTALconstant 
public static const HORIZONTAL:int = 0

Horizontal orientation. Used for scrollbars and sliders.

LEFTconstant 
public static const LEFT:int = 2

Box-orientation constant used to specify the left side of a box.

NONEconstant 
public static const NONE:int = -1
NORTHconstant 
public static const NORTH:int = 1

Compass-direction North (up).

NORTH_EASTconstant 
public static const NORTH_EAST:int = 2

Compass-direction north-east (upper right).

NORTH_WESTconstant 
public static const NORTH_WEST:int = 8

Compass-direction north west (upper left).

RIGHTconstant 
public static const RIGHT:int = 4

Box-orientation constant used to specify the right side of a box.

SOUTHconstant 
public static const SOUTH:int = 5

Compass-direction south (down).

SOUTH_EASTconstant 
public static const SOUTH_EAST:int = 4

Compass-direction south-east (lower right).

SOUTH_WESTconstant 
public static const SOUTH_WEST:int = 6

Compass-direction south-west (lower left).

TOPconstant 
public static const TOP:int = 1

Box-orientation constant used to specify the top of a box.

VERTICALconstant 
public static const VERTICAL:int = 1

Vertical orientation. Used for scrollbars and sliders.

WESTconstant 
public static const WEST:int = 7

Compass-direction west (left).