public class GridLayoutInfo
extends java.lang.Object
Constructor and Description |
---|
GridLayoutInfo() |
GridLayoutInfo(int iterations,
float gridSize,
float xGap,
float yGap) |
Modifier and Type | Method and Description |
---|---|
Node |
getEndNode() |
float |
getGridSize() |
int |
getIterations() |
int |
getRandomSeed() |
Node |
getStartNode() |
float |
getXGap() |
float |
getYGap() |
void |
setEndNode(Node value) |
void |
setGridSize(float value) |
void |
setIterations(int value) |
void |
setRandomSeed(int value) |
void |
setStartNode(Node value) |
void |
setXGap(float value) |
void |
setYGap(float value) |
public GridLayoutInfo()
public GridLayoutInfo(int iterations, float gridSize, float xGap, float yGap)
public int getIterations()
public void setIterations(int value)
public float getGridSize()
public void setGridSize(float value)
public float getXGap()
public void setXGap(float value)
public float getYGap()
public void setYGap(float value)
public Node getStartNode()
public void setStartNode(Node value)
public Node getEndNode()
public void setEndNode(Node value)
public int getRandomSeed()
public void setRandomSeed(int value)