| Package | Description |
|---|---|
| org.codetome.hexameter.core.api | |
| org.codetome.hexameter.core.internal |
| Modifier and Type | Method and Description |
|---|---|
static HexagonalGridLayout |
HexagonalGridLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HexagonalGridLayout[] |
HexagonalGridLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HexagonalGridBuilder |
HexagonalGridBuilder.setGridLayout(HexagonalGridLayout gridLayout)
Sets the
HexagonalGridLayout which will be used when creating the HexagonalGrid. |
| Modifier and Type | Method and Description |
|---|---|
HexagonalGridLayout |
GridData.getGridLayout() |
| Constructor and Description |
|---|
GridData(HexagonOrientation orientation,
HexagonalGridLayout gridLayout,
double radius,
int gridWidth,
int gridHeight)
Creates a new GridData based on
orientation and radius. |
Copyright © 2016. All rights reserved.