|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJeu.Case
Jeu.CaseSortie
public class CaseSortie
Constructor Summary | |
---|---|
CaseSortie(int i,
int j)
|
Method Summary | |
---|---|
void |
afficherCase(boolean seePion)
afficher la case S (Case Sortie) |
java.lang.String |
getTypeCase()
indique le type de la case : "Mur" ou "Normale" ou "Sortie" ou "Trone" |
Methods inherited from class Jeu.Case |
---|
afficherCoordonneeCase, afficherLigneColonneCaseReseau, afficherPionCase, afficherPionCase, getCase, getPion, getX, getY, removePion, setCoordonnee, setPion |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaseSortie(int i, int j)
Method Detail |
---|
public void afficherCase(boolean seePion)
afficherCase
in class Case
seePion
- booleen qui indique si on veut afficher le pion par dessu la casepublic java.lang.String getTypeCase()
getTypeCase
in class Case
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |