| Package | Description |
|---|---|
| net.returnvoid.graphics.grid |
A package with tools to create common grids.
|
| Modifier and Type | Method and Description |
|---|---|
static SpiralGrid |
GridMaker.createSpiral()
Creates a spiral grid.
|
static SpiralGrid |
GridMaker.createSpiral(float x,
float y)
Creates a spiral grid.
|
static SpiralGrid |
GridMaker.createSpiral(float x,
float y,
float angle)
Creates a spiral grid.
|
static SpiralGrid |
GridMaker.createSpiral(float x,
float y,
float angle,
float rotations)
Creates a spiral grid.
|
static SpiralGrid |
GridMaker.createSpiral(float x,
float y,
float radius,
float angle,
float rotations)
Creates a spiral grid.
|
static SpiralGrid |
GridMaker.createSpiral(float x,
float y,
int size,
float rotations,
float endRadius)
Creates a spiral grid.
|
SpiralGrid |
SpiralGrid.setAngleSteps(float radians)
Sets the angle distance between each element (in radians).
|
SpiralGrid |
SpiralGrid.setAngleStepsDeg(float degrees)
Sets the angle distance between each element (in degrees).
|
SpiralGrid |
SpiralGrid.setEndRadius(float r)
Sets the radius where the spiral ends.
|
SpiralGrid |
SpiralGrid.setPadding(float padding)
Sets the padding (space between elements of the grid).
|
SpiralGrid |
SpiralGrid.setRotationDirection(java.lang.Integer dir)
Sets the direction of the rotation.
|
SpiralGrid |
SpiralGrid.setRotations(float r)
Sets the number of rotations the spiral should make.
|
SpiralGrid |
SpiralGrid.setSize(java.lang.Integer size)
Sets the number of elements which will be placed on the grid.
|
SpiralGrid |
SpiralGrid.setStartAngle(float radians)
Set the position of the first element of the grid.
|
SpiralGrid |
SpiralGrid.setStartAngleDeg(float degrees)
Set the position of the first element of the grid.
|
SpiralGrid |
SpiralGrid.setStartRadius(float r)
Sets the radius where the spiral starts.
|
SpiralGrid |
SpiralGrid.setX(float x) |
SpiralGrid |
SpiralGrid.setY(float y) |