|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectCoordinate
public class Coordinate
| Constructor Summary | |
|---|---|
Coordinate()
|
|
Coordinate(int theX,
int theY)
|
|
| Method Summary | |
|---|---|
void |
set(int theX,
int theY)
|
int |
x()
|
int |
y()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Coordinate()
public Coordinate(int theX,
int theY)
| Method Detail |
|---|
public int x()
public int y()
public void set(int theX,
int theY)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||