|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Location
The Location interface provides definitions for the objects that represent a location on the screen coordinate.
| Method Summary | |
|---|---|
int |
getX()
Returns the X location of the screen coordinate. |
int |
getY()
the Y location of the screen coordinate. |
void |
setX(int x)
Sets the X location of the screen coordinate. |
void |
setY(int y)
Sets the Y location of the screen coordinate. |
| Method Detail |
|---|
int getX()
void setX(int x)
x - the X location of the screen coordinate.int getY()
void setY(int y)
y - the Y location of the screen coordinate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||