Jeu
Class CaseTrone

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

public class CaseTrone
extends Case


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

CaseTrone

public CaseTrone(int i,
                 int j)
Method Detail

afficherCase

public void afficherCase(boolean seePion)
afficher la case T (Case Trone)

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