Package model
Class Plateau
java.lang.Object
model.Plateau
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCell(int x, int y)
Gets the value of the property grille.int
Gets the value of the property largeur.int
Gets the value of the property longueur.javafx.beans.property.ReadOnlyListProperty
javafx.beans.property.IntegerProperty
javafx.beans.property.IntegerProperty
void
Sets the value of the property grille.void
setLargeur(int valeur)
Sets the value of the property largeur.void
setLongueur(int valeur)
Sets the value of the property longueur.
-
Property Details
-
longueur
public javafx.beans.property.IntegerProperty longueurProperty- See Also:
getLongueur()
,setLongueur(int)
-
largeur
public javafx.beans.property.IntegerProperty largeurProperty- See Also:
getLargeur()
,setLargeur(int)
-
grille
public javafx.beans.property.ReadOnlyListProperty grilleProperty- See Also:
getGrille()
,setGrille(ObservableList)
-
-
Constructor Details
-
Plateau
public Plateau()
-
-
Method Details
-
getLongueur
public int getLongueur()Gets the value of the property longueur.- Property description:
-
setLongueur
public void setLongueur(int valeur)Sets the value of the property longueur.- Property description:
-
longueurProperty
public javafx.beans.property.IntegerProperty longueurProperty()- See Also:
getLongueur()
,setLongueur(int)
-
getLargeur
public int getLargeur()Gets the value of the property largeur.- Property description:
-
setLargeur
public void setLargeur(int valeur)Sets the value of the property largeur.- Property description:
-
largeurProperty
public javafx.beans.property.IntegerProperty largeurProperty()- See Also:
getLargeur()
,setLargeur(int)
-
getGrille
Gets the value of the property grille.- Property description:
-
setGrille
Sets the value of the property grille.- Property description:
-
grilleProperty
public javafx.beans.property.ReadOnlyListProperty grilleProperty()- See Also:
getGrille()
,setGrille(ObservableList)
-
getCell
- Throws:
IllegalArgumentException
-