|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Point2D
Representation of a 2D location on screen (integer).
Method Summary | |
---|---|
int |
getX()
Get current horizontal location. |
int |
getY()
Get current vertical location. |
void |
setLocation(int x,
int y)
Set new location. |
Method Detail |
---|
void setLocation(int x, int y)
x
- horizontal location.y
- vertical location.int getX()
int getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |