|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgecco.server.visibility.Point
Description of the Class
Field Summary | |
int |
x
Description of the Field |
int |
y
Description of the Field |
Constructor Summary | |
Point(int x,
int y)
Constructor for the Point object |
Method Summary | |
int |
compareTo(Object o)
Description of the Method |
boolean |
equals(Object o)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int x
public int y
Constructor Detail |
public Point(int x, int y)
x
- Description of Parametery
- Description of ParameterMethod Detail |
public int compareTo(Object o)
compareTo
in interface Comparable
o
- Description of Parameter
public boolean equals(Object o)
o
- Description of Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |