Jeu
Class CaseNormale

java.lang.Object
  extended by Jeu.Case
      extended by Jeu.CaseNormale

public class CaseNormale
extends Case


Constructor Summary
CaseNormale(int i, int j)
           
 
Method Summary
 void afficherCase(boolean seePion)
          afficher la case N (Case Normale)
 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

CaseNormale

public CaseNormale(int i,
                   int j)
Method Detail

afficherCase

public void afficherCase(boolean seePion)
afficher la case N (Case Normale)

Specified by:
afficherCase in class Case
Parameters:
seePion - booleen qui indique si on veut afficher le pion par dessu la case

getTypeCase

public java.lang.String getTypeCase()
indique le type de la case : "Mur" ou "Normale" ou "Sortie" ou "Trone"

Specified by:
getTypeCase in class Case
Returns:
retourne le type de la case "Normale"