Tablut
Class ReglesTablut

java.lang.Object
  extended by Tablut.ReglesTablut

public class ReglesTablut
extends java.lang.Object


Constructor Summary
ReglesTablut(boolean applet)
           
 
Method Summary
 void executeMouvement(int departLigne, int departColonne, int arriveeLigne, int arriveeColonne)
           
 void gameOver(int loser, int type)
           
 int getGagnant()
           
 boolean getGameOver()
           
 int getJoueur()
           
 int getTaille()
           
 int getTempsMaximum()
           
 void printPlateau()
           
 void setAppletGraphique(boolean t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReglesTablut

public ReglesTablut(boolean applet)
Method Detail

setAppletGraphique

public void setAppletGraphique(boolean t)

printPlateau

public void printPlateau()

getTaille

public int getTaille()

getTempsMaximum

public int getTempsMaximum()

getJoueur

public int getJoueur()

gameOver

public void gameOver(int loser,
                     int type)

getGameOver

public boolean getGameOver()

getGagnant

public int getGagnant()

executeMouvement

public void executeMouvement(int departLigne,
                             int departColonne,
                             int arriveeLigne,
                             int arriveeColonne)