Fields
publicfinalstatic
int BOTTOM
= "3"
Box-orientation constant used to specify the bottom of a box.
publicfinalstatic
int CENTER
= "0"
The central position in an area.
The central position in an area. Used for
both compass-direction constants (NORTH, etc.)
and box-orientation constants (TOP, etc.).
publicfinalstatic
int EAST
= "3"
Compass-direction east (right).
publicfinalstatic
int HORIZONTAL
= "0"
Horizontal orientation.
Horizontal orientation. Used for scrollbars and sliders.
publicfinalstatic
int LEADING
= "10"
Identifies the leading edge of text for use with left-to-right
and right-to-left languages.
Identifies the leading edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels.
publicfinalstatic
int LEFT
= "2"
Box-orientation constant used to specify the left side of a box.
publicfinalstatic
int NEXT
= "12"
Identifies the next direction in a sequence.
Identifies the next direction in a sequence.
Since:
1.4
publicfinalstatic
int NORTH
= "1"
Compass-direction North (up).
publicfinalstatic
int NORTH_EAST
= "2"
Compass-direction north-east (upper right).
publicfinalstatic
int NORTH_WEST
= "8"
Compass-direction north west (upper left).
publicfinalstatic
int PREVIOUS
= "13"
Identifies the previous direction in a sequence.
Identifies the previous direction in a sequence.
Since:
1.4
publicfinalstatic
int RIGHT
= "4"
Box-orientation constant used to specify the right side of a box.
publicfinalstatic
int SOUTH
= "5"
Compass-direction south (down).
publicfinalstatic
int SOUTH_EAST
= "4"
Compass-direction south-east (lower right).
publicfinalstatic
int SOUTH_WEST
= "6"
Compass-direction south-west (lower left).
publicfinalstatic
int TOP
= "1"
Box-orientation constant used to specify the top of a box.
publicfinalstatic
int TRAILING
= "11"
Identifies the trailing edge of text for use with left-to-right
and right-to-left languages.
Identifies the trailing edge of text for use with left-to-right
and right-to-left languages. Used by buttons and labels.
publicfinalstatic
int VERTICAL
= "1"
Vertical orientation.
Vertical orientation. Used for scrollbars and sliders.
publicfinalstatic
int WEST
= "7"
Compass-direction west (left).