|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Locatable
Field Summary | |
---|---|
static int |
X
Default X coordinate. |
static int |
Y
Default Y coordinate. |
Method Summary | |
---|---|
int |
getEndX()
Returns the objects end X coordinate. |
int |
getEndY()
Returns the objects end Y coordinate. |
int |
getStartX()
Returns the objects start X coordinate. |
int |
getStartY()
Returns the objects start Y coordinate. |
void |
setEndX(int x)
Sets the given end x coordinate. |
void |
setEndY(int y)
Sets the given end y coordinate. |
void |
setStartX(int x)
Sets the given start x coordinate. |
void |
setStartY(int y)
Sets the given start y coordinate. |
Field Detail |
---|
static final int X
static final int Y
Method Detail |
---|
int getStartX()
int getStartY()
int getEndX()
int getEndY()
void setStartX(int x)
x
- the start x coordinate to setvoid setStartY(int y)
y
- the start y coordinate to setvoid setEndX(int x)
x
- the end x coordinate to setvoid setEndY(int y)
y
- the end y coordinate to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |