|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Point
Constructor Summary | |
Point()
|
|
Point(int fx,
int fy)
|
|
Point(Point p)
|
Method Summary | |
int |
getX()
|
int |
getY()
|
void |
setX(int fx)
|
void |
setY(int fy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Point()
public Point(int fx, int fy)
public Point(Point p)
Method Detail |
public void setX(int fx)
public void setY(int fy)
public int getX()
public int getY()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |