- getFalseColor() - Method in class BooleanGridPane
-
Get the color to show in cells that have a value of false in the model
- getNumCols() - Method in class GridModel
-
Returns the number of columns in the grid.
- getNumRows() - Method in class GridModel
-
Returns the number of rows in the grid.
- getTileSize() - Method in class BooleanGridPane
-
Get the size of each tile in pixels.
- getTrueColor() - Method in class BooleanGridPane
-
Get the color to show in cells that have a value of true in the model
- getValueAt(int, int) - Method in class GridModel
-
Returns the object at (row, col) in the grid.
- GridListener<T> - Interface in <Unnamed>
-
GridListeners can add themselves as a listener to a GridModel to be notified of changes to the grid.
- GridModel<T> - Class in <Unnamed>
-
This is a class the can be used to store a 2D array of objects of any type.
- GridModel(T[][]) - Constructor for class GridModel
-
Constructs a grid initialized with the given grid data.
- gridReplaced() - Method in class BooleanGridPane
-
Responds to the entire grid being replaced in the model by redrawing the whole grid.
- gridReplaced() - Method in interface GridListener
-
Called by a GridModel on each listener whenever the grid is set to a new 2D array.