|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionConstants
Constants representing cardinal directions and relative positions. Some of these constants can be grouped as follows:
LEFT, CENTER, RIGHT | Used to describe horizontal position. |
TOP, MIDDLE, BOTTOM | Used to describe vertical position. |
NORTH, SOUTH, EAST, WEST | Used to describe the four positions relative to an object's center point.
May also be used when describing which direction an object is facing. NOTE: If you have a use for all four of these possibilities, do not use TOP, BOTTOM, RIGHT, LEFT in place of NORTH, SOUTH, EAST, WEST. |
Field Summary | |
---|---|
static int |
ALWAYS_LEFT
Used to signify left alignment regardless of orientation (i.e., LTR or RTL) |
static int |
ALWAYS_RIGHT
Used to signify right alignment regardless of orientation (i.e., LTR or RTL) |
static int |
BOTTOM
Bottom |
static int |
CENTER
Center (Horizontal) |
static int |
EAST
East |
static int |
EAST_WEST
East-West: a bit-wise OR of EAST and WEST |
static int |
HORIZONTAL
A constant indicating horizontal direction |
static int |
LEFT
Left |
static int |
LEFT_CENTER_RIGHT
Bit-wise OR of LEFT, CENTER, and RIGHT |
static int |
MIDDLE
Middle (Vertical) |
static int |
NONE
None |
static int |
NORTH
North |
static int |
NORTH_EAST
North-East: a bit-wise OR of NORTH and EAST |
static int |
NORTH_SOUTH
North-South: a bit-wise OR of NORTH and SOUTH |
static int |
NORTH_WEST
North-West: a bit-wise OR of NORTH and WEST |
static int |
NSEW
North-South-East-West: a bit-wise OR of all 4 directions. |
static int |
RIGHT
Right |
static int |
SOUTH
South |
static int |
SOUTH_EAST
South-East: a bit-wise OR of SOUTH and EAST |
static int |
SOUTH_WEST
South-West: a bit-wise OR of SOUTH and WEST |
static int |
TOP
Top |
static int |
TOP_MIDDLE_BOTTOM
Bit-wise OR of TOP, MIDDLE, and BOTTOM |
static int |
VERTICAL
A constant indicating vertical direction |
static int |
WEST
West |
Field Detail |
---|
static final int NONE
static final int LEFT
static final int CENTER
static final int RIGHT
static final int LEFT_CENTER_RIGHT
static final int ALWAYS_LEFT
static final int ALWAYS_RIGHT
static final int TOP
static final int MIDDLE
static final int BOTTOM
static final int TOP_MIDDLE_BOTTOM
static final int NORTH
static final int SOUTH
static final int WEST
static final int EAST
static final int HORIZONTAL
static final int VERTICAL
static final int NORTH_EAST
NORTH
and EAST
static final int NORTH_WEST
NORTH
and WEST
static final int SOUTH_EAST
SOUTH
and EAST
static final int SOUTH_WEST
SOUTH
and WEST
static final int NORTH_SOUTH
NORTH
and SOUTH
static final int EAST_WEST
EAST
and WEST
static final int NSEW
|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |