Jeu
Class CaseSortie

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

public class CaseSortie
extends Case


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

CaseSortie

public CaseSortie(int i,
                  int j)
Method Detail

afficherCase

public void afficherCase(boolean seePion)
afficher la case S (Case Sortie)

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 "Sortie"