|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Coord
Class Coord : les coordonnées du serpent sur l'aire de jeu
| Field Summary | |
(package private) int |
x
|
(package private) int |
y
|
| Constructor Summary | |
Coord()
|
|
Coord(Coord pc)
|
|
Coord(int px,
int py)
|
|
| Method Summary | |
int |
getX()
|
int |
getY()
|
void |
setX(int px)
|
void |
setY(int py)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int x
int y
| Constructor Detail |
public Coord()
public Coord(int px,
int py)
public Coord(Coord pc)
| Method Detail |
public int getX()
public int getY()
public void setX(int px)
public void setY(int py)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||