1 package projet.lasalle84.darts;
9 import android.util.Log;
30 private final static String
TAG =
"TypeJeu";
40 this.pointDepart = 501;
41 this.doubleOut =
true;
51 public TypeJeu(
int pointDepart,
boolean doubleOut)
68 this.pointDepart = 501;
69 this.doubleOut =
false;
72 this.pointDepart = 501;
73 this.doubleOut =
true;
76 this.pointDepart = 301;
77 this.doubleOut =
false;
80 this.pointDepart = 301;
81 this.doubleOut =
true;
111 typeJeu = typeJeu.concat(
"_DOUBLE_OUT");
113 Log.d(TAG,
"getTypeJeu: "+ typeJeu);
void setPointDepart(int pointDepart)
TypeJeu(int pointDepart, boolean doubleOut)
Constructeur de la classe TypeJeu.
static final int PARTIE_301
TypeJeu()
Constructeur par défaut de la classe TypeJeu.
void setDoubleOut(boolean doubleOut)
Déclaration de la classe TypeJeu.
static final int PARTIE_301_DOUBLE_OUT
static final int PARTIE_501
boolean doubleOut
Le mode est en Double Out ?
TypeJeu(int idModeJeu)
Constructeur de la classe TypeJeu.
static final int PARTIE_501_DOUBLE_OUT
int pointDepart
Point de depart du mode de jeu.