Fields Summary |
---|
public static final int | CENTERThe central position in an area. Used for
both compass-direction constants (NORTH, etc.)
and box-orientation constants (TOP, etc.). |
public static final int | TOPBox-orientation constant used to specify the top of a box. |
public static final int | LEFTBox-orientation constant used to specify the left side of a box. |
public static final int | BOTTOMBox-orientation constant used to specify the bottom of a box. |
public static final int | RIGHTBox-orientation constant used to specify the right side of a box. |
public static final int | NORTHCompass-direction North (up). |
public static final int | NORTH_EASTCompass-direction north-east (upper right). |
public static final int | EASTCompass-direction east (right). |
public static final int | SOUTH_EASTCompass-direction south-east (lower right). |
public static final int | SOUTHCompass-direction south (down). |
public static final int | SOUTH_WESTCompass-direction south-west (lower left). |
public static final int | WESTCompass-direction west (left). |
public static final int | NORTH_WESTCompass-direction north west (upper left). |
public static final int | HORIZONTALHorizontal orientation. Used for scrollbars and sliders. |
public static final int | VERTICALVertical orientation. Used for scrollbars and sliders. |
public static final int | LEADINGIdentifies the leading edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels. |
public static final int | TRAILINGIdentifies the trailing edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels. |
public static final int | NEXTIdentifies the next direction in a sequence. |
public static final int | PREVIOUSIdentifies the previous direction in a sequence. |