| Package | Description |
|---|---|
| net.returnvoid.graphics.grid |
A package with tools to create common grids.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EllipseGrid
This class helps to build an ellipsoid grid.
|
class |
EquiSpiralGrid
This class helps to build an spiral grid.
|
class |
SpiralGrid
This class helps to build an spiral grid.
|
class |
TableGrid
This class helps to build an table grid (a grid that is defined by rows and
columns).
|
| Modifier and Type | Method and Description |
|---|---|
RGrid |
RGrid.setPadding(float padding)
Sets the padding (space between elements of the grid).
|
RGrid |
RGrid.setX(float x)
Set to x-position of the grid.
|
RGrid |
RGrid.setY(float y)
Set to y-position of the grid.
|