|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A collection of constants generally used for positioning and orienting components on the screen.
Field Summary | |
static int |
BOTTOM
Box-orientation constant used to specify the bottom of a box. |
static int |
CENTER
The central position in an area. |
static int |
EAST
Compass-direction east (right). |
static int |
HORIZONTAL
Horizontal orientation. |
static int |
LEADING
Identifies the leading edge of text for use with left-to-right and right-to-left languages. |
static int |
LEFT
Box-orientation constant used to specify the left side of a box. |
static int |
NEXT
Identifies the next direction in a sequence. |
static int |
NORTH
Compass-direction North (up). |
static int |
NORTH_EAST
Compass-direction north-east (upper right). |
static int |
NORTH_WEST
Compass-direction north west (upper left). |
static int |
PREVIOUS
Identifies the previous direction in a sequence. |
static int |
RIGHT
Box-orientation constant used to specify the right side of a box. |
static int |
SOUTH
Compass-direction south (down). |
static int |
SOUTH_EAST
Compass-direction south-east (lower right). |
static int |
SOUTH_WEST
Compass-direction south-west (lower left). |
static int |
TOP
Box-orientation constant used to specify the top of a box. |
static int |
TRAILING
Identifies the trailing edge of text for use with left-to-right and right-to-left languages. |
static int |
VERTICAL
Vertical orientation. |
static int |
WEST
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
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.