|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJeu.Plateau
public class Plateau
Field Summary | |
---|---|
int |
nbCases
|
int |
nbCasesTotal
|
Method Summary | |
---|---|
void |
afficherPlateau(int n)
affiche le plateau en ligne de commande selon plusieurs niveau : i = 0 > affiche le plateau de taille 9x9 avec les pions i = 1 > affiche le plateau de taille 9x9 avec les pions et leur dMax respectif. |
Case |
getCase(int i,
int j)
on recupere la case a la coordonnee (i,j) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int nbCases
public final int nbCasesTotal
Method Detail |
---|
public Case getCase(int i, int j)
i
- coordonnee x de la casej
- coordonnee y de la case
public void afficherPlateau(int n)
n
- niveau d'affichage du plateau a afficher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |