| Package | org.aswing |
| Class | public class AsWingConstants |
| Constant | Defined 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 | ||
| BOTTOM | constant |
public static const BOTTOM:int = 3Box-orientation constant used to specify the bottom of a box.
| CENTER | constant |
public static const CENTER:int = 0The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).
| EAST | constant |
public static const EAST:int = 3Compass-direction east (right).
| HORIZONTAL | constant |
public static const HORIZONTAL:int = 0Horizontal orientation. Used for scrollbars and sliders.
| LEFT | constant |
public static const LEFT:int = 2Box-orientation constant used to specify the left side of a box.
| NONE | constant |
public static const NONE:int = -1
| NORTH | constant |
public static const NORTH:int = 1Compass-direction North (up).
| NORTH_EAST | constant |
public static const NORTH_EAST:int = 2Compass-direction north-east (upper right).
| NORTH_WEST | constant |
public static const NORTH_WEST:int = 8Compass-direction north west (upper left).
| RIGHT | constant |
public static const RIGHT:int = 4Box-orientation constant used to specify the right side of a box.
| SOUTH | constant |
public static const SOUTH:int = 5Compass-direction south (down).
| SOUTH_EAST | constant |
public static const SOUTH_EAST:int = 4Compass-direction south-east (lower right).
| SOUTH_WEST | constant |
public static const SOUTH_WEST:int = 6Compass-direction south-west (lower left).
| TOP | constant |
public static const TOP:int = 1Box-orientation constant used to specify the top of a box.
| VERTICAL | constant |
public static const VERTICAL:int = 1Vertical orientation. Used for scrollbars and sliders.
| WEST | constant |
public static const WEST:int = 7Compass-direction west (left).