|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCarte
public class Carte
Field Summary | |
---|---|
boolean |
accident
|
boolean |
attaque
|
boolean |
botte
|
boolean |
crevaison
|
boolean |
essence
|
boolean |
feuR
|
boolean |
feuV
|
boolean |
finLimit
|
boolean |
grosseBorne
|
javax.swing.JLabel |
image
|
boolean |
limit
|
boolean |
panne
|
boolean |
parade
|
boolean |
petiteBorne
|
boolean |
reparation
|
boolean |
roueDeSecours
|
Constructor Summary | |
---|---|
Carte(java.lang.String nom,
java.lang.String path)
|
Method Summary | |
---|---|
void |
afficherCarteDans(java.awt.Container c)
Affiche la carte dans le container en paramètre |
java.lang.String |
getComplementaire()
Accesseur |
java.lang.String |
getNom()
Accesseur |
java.util.Vector<Joueur> |
joueursAttaquables(Joueur sauf)
Retourne un vecteur composé des joueurs attaquables par la carte sauf le joueur placé en paramètre |
void |
setComplementaire(java.lang.String s)
Accesseur |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.swing.JLabel image
public boolean botte
public boolean grosseBorne
public boolean petiteBorne
public boolean attaque
public boolean parade
public boolean accident
public boolean reparation
public boolean panne
public boolean essence
public boolean crevaison
public boolean roueDeSecours
public boolean limit
public boolean finLimit
public boolean feuV
public boolean feuR
Constructor Detail |
---|
public Carte(java.lang.String nom, java.lang.String path)
Method Detail |
---|
public java.lang.String getNom()
public java.lang.String getComplementaire()
public void setComplementaire(java.lang.String s)
s
- Stringpublic void afficherCarteDans(java.awt.Container c)
c
- Containerpublic java.util.Vector<Joueur> joueursAttaquables(Joueur sauf)
sauf
- Joueur
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |