- setFalseColor(Color) - Method in class BooleanGridPane
-
Set the color to show in cells that have a value of false in the model
and update the cells to reflect the change.
- setGrid(T[][]) - Method in class GridModel
-
Replaces the 2D array with a completely new 2D array and calls gridReplaced() on each listener.
- setModel(GridModel<Boolean>) - Method in class BooleanGridPane
-
Sets the model to reflect in the grid.
- setTileSize(double) - Method in class BooleanGridPane
-
Set the size of each tile in pixels.
- setTrueColor(Color) - Method in class BooleanGridPane
-
Set the color to show in cells that have a value of true in the model
and update the cells to reflect the change.
- setValueAt(int, int, T) - Method in class GridModel
-
Sets the value at the given (row, col) and calls cellChanged() on each listener if the value
is not equal according to the equals() method or if it changed from null to a non-null value.