| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| 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 | BOTTOMBox-orientation constant used to specify the bottom of a box. | 
| static int | CENTERThe central position in an area. | 
| static int | EASTCompass-direction east (right). | 
| static int | HORIZONTALHorizontal orientation. | 
| static int | LEADINGIdentifies the leading edge of text for use with left-to-right and right-to-left languages. | 
| static int | LEFTBox-orientation constant used to specify the left side of a box. | 
| static int | NEXTIdentifies the next direction in a sequence. | 
| static int | NORTHCompass-direction North (up). | 
| static int | NORTH_EASTCompass-direction north-east (upper right). | 
| static int | NORTH_WESTCompass-direction north west (upper left). | 
| static int | PREVIOUSIdentifies the previous direction in a sequence. | 
| static int | RIGHTBox-orientation constant used to specify the right side of a box. | 
| static int | SOUTHCompass-direction south (down). | 
| static int | SOUTH_EASTCompass-direction south-east (lower right). | 
| static int | SOUTH_WESTCompass-direction south-west (lower left). | 
| static int | TOPBox-orientation constant used to specify the top of a box. | 
| static int | TRAILINGIdentifies the trailing edge of text for use with left-to-right and right-to-left languages. | 
| static int | VERTICALVertical orientation. | 
| static int | WESTCompass-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.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.