|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Safe: A collection of constants generally used for positioning and orienting components on the screen.
Field Summary | |
static int |
BOTTOM
Enabled: Box-orientation constant used to specify the bottom of a box. |
static int |
CENTER
Enabled: The central position in an area. |
static int |
EAST
Enabled: Compass-direction east (right). |
static int |
HORIZONTAL
Enabled: Horizontal orientation. |
static int |
LEADING
Enabled: Identifies the leading edge of text for use with left-to-right and right-to-left languages. |
static int |
LEFT
Enabled: Box-orientation constant used to specify the left side of a box. |
static int |
NEXT
Enabled: Identifies the next direction in a sequence. |
static int |
NORTH
Enabled: Compass-direction North (up). |
static int |
NORTH_EAST
Enabled: Compass-direction north-east (upper right). |
static int |
NORTH_WEST
Enabled: Compass-direction north west (upper left). |
static int |
PREVIOUS
Enabled: Identifies the previous direction in a sequence. |
static int |
RIGHT
Enabled: Box-orientation constant used to specify the right side of a box. |
static int |
SOUTH
Enabled: Compass-direction south (down). |
static int |
SOUTH_EAST
Enabled: Compass-direction south-east (lower right). |
static int |
SOUTH_WEST
Enabled: Compass-direction south-west (lower left). |
static int |
TOP
Enabled: Box-orientation constant used to specify the top of a box. |
static int |
TRAILING
Enabled: Identifies the trailing edge of text for use with left-to-right and right-to-left languages. |
static int |
VERTICAL
Enabled: Vertical orientation. |
static int |
WEST
Enabled: Compass-direction west (left). |
Field Detail |
public static final int CENTER
public static final int TOP
public static final int LEFT
public static final int BOTTOM
public static final int RIGHT
public static final int NORTH
public static final int NORTH_EAST
public static final int EAST
public static final int SOUTH_EAST
public static final int SOUTH
public static final int SOUTH_WEST
public static final int WEST
public static final int NORTH_WEST
public static final int HORIZONTAL
public static final int VERTICAL
public static final int LEADING
public static final int TRAILING
public static final int NEXT
public static final int PREVIOUS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |