public class ImageScrapperController.GridDisplay
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javafx.scene.Group |
display |
private static double |
ELEMENT_SIZE |
private static double |
GAP |
private int |
nCols |
private int |
nRows |
javafx.scene.layout.TilePane |
tilePane |
Constructor and Description |
---|
GridDisplay(int nRows,
int nCols) |
Modifier and Type | Method and Description |
---|---|
void |
createElements() |
javafx.scene.Group |
getDisplay() |
void |
setColumns(int newColumns) |
void |
setRows(int newRows) |
private static final double ELEMENT_SIZE
private static final double GAP
public javafx.scene.layout.TilePane tilePane
private javafx.scene.Group display
private int nRows
private int nCols