Jeu
Class CaseMorte

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

public class CaseMorte
extends Case

Author:
math

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

CaseMorte

public CaseMorte(int i,
                 int j)
Method Detail

afficherCase

public void afficherCase(boolean seePion)
Description copied from class: Case
afficher la case

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()
Description copied from class: Case
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 ("Mur", "Normale", "Sortie", "Trone")