|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Dalle
Classe qui gere les dalles ou on veut creuser. Tout est gere par un thread.
Constructor Summary | |
Dalle(int x,
int y)
Gere la dalle (x,y) et lance un thread. |
Method Summary | |
void |
run()
Gere le thread. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Dalle(int x, int y)
x
- Abscisse de la dalle ou on veut creuser.y
- Ordonnee de la dalle ou on veut creuser.Method Detail |
public void run()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |