Package model

Class Plateau

java.lang.Object
model.Plateau

public class Plateau extends Object
  • Property Details

  • 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

      public javafx.collections.ObservableList<List<Cellule>> getGrille()
      Gets the value of the property grille.
      Property description:
    • setGrille

      public void setGrille(javafx.collections.ObservableList<List<Cellule>> cells)
      Sets the value of the property grille.
      Property description:
    • grilleProperty

      public javafx.beans.property.ReadOnlyListProperty grilleProperty()
      See Also:
      getGrille(), setGrille(ObservableList)
    • getCell

      public Cellule getCell(int x, int y) throws IllegalArgumentException
      Throws:
      IllegalArgumentException