|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.Observable
|
+--Matrice
|
+--PieceGenerique
|
+--T
Classe qui initialise un T pour le jeu La couleur est codée dans la matrice est vaut 8 pour cette pièce qui correspond à la couleur verte.
| Fields inherited from class PieceGenerique |
couleur,
taille,
xGlob,
yGlob |
| Fields inherited from class Matrice |
largeur,
longueur,
matrice |
| Constructor Summary | |
T(int x,
int y)
Construit un T. |
|
| Method Summary | |
void |
init()
|
| Methods inherited from class PieceGenerique |
calculExtremum,
getCouleur,
getCouleur,
getExtremaBas,
getExtremaDroite,
getExtremaGauche,
getExtremaHaut,
getTaille,
getX,
getY,
rotation,
setExtremaBas,
setExtremaDroite,
setExtremaGauche,
setExtremaHaut,
setX,
setY |
| Methods inherited from class Matrice |
decrisToi,
getMatrice |
| Methods inherited from class java.util.Observable |
addObserver,
clearChanged,
countObservers,
deleteObserver,
deleteObservers,
hasChanged,
notifyObservers,
notifyObservers,
setChanged |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public T(int x,
int y)
x - L' abscisse de la piéce dans la matrice du jeu.y - L' ordonnée de la piéce dans la matrice du jeu.| Method Detail |
public void init()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||