Skip navigation links
D F G S 

D

DEFAULT_SIZE - Static variable in class franck.Grid
Default size of each cell of the grid.

F

franck - package franck
 

G

Grid - Class in franck
A grid consisting of a number of rows and columns.
Grid(int) - Constructor for class franck.Grid
Initializes this grid with the given number of columns and a single row where the cells have the default size.
Grid(int, int) - Constructor for class franck.Grid
Initializes this grid with the given number of rows and columns where the cells have the default size.

S

set(int, int, Color) - Method in class franck.Grid
Set the cell with the given column and row number to the given color.
set(int, Color) - Method in class franck.Grid
Set the cell with the given column of the first row to the given color.
setSize(int) - Method in class franck.Grid
Sets the size of the cells to the given size.
D F G S 
Skip navigation links