class org.aswing.AsWingConstants

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

@author paling

Class Fields

static var BOTTOM:Int

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

static var CENTER:Int

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

static var EAST:Int

Compass-direction east (right).

static var HORIZONTAL:Int

Horizontal orientation. Used for scrollbars and sliders.

static var LEFT:Int

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

static var MAX_VALUE:Int

static var MIN_VALUE:Int

static var NONE:Int

static var NORTH:Int

Compass-direction North (up).

static var NORTH_EAST:Int

Compass-direction north-east (upper right).

static var NORTH_WEST:Int

Compass-direction north west (upper left).

static var RIGHT:Int

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

static var SOUTH:Int

Compass-direction south (down).

static var SOUTH_EAST:Int

Compass-direction south-east (lower right).

static var SOUTH_WEST:Int

Compass-direction south-west (lower left).

static var TOP:Int

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

static var VERTICAL:Int

Vertical orientation. Used for scrollbars and sliders.

static var WEST:Int

Compass-direction west (left).