Package | Description |
---|---|
simulator.outputFeatures.graph |
Modifier and Type | Method and Description |
---|---|
Paper.GridLayer |
Paper.getGridInstance()
gets the instance of the grid layer.
|
Paper.GridLayer |
Paper.getXGrid()
Sets the grid for the X axis
|
Paper.GridLayer |
Paper.getYGrid()
Sets the grid for the Y axis
|
Modifier and Type | Method and Description |
---|---|
void |
Paper.setGrid(Paper.GridLayer x,
Paper.GridLayer y)
Sets the grid layers of the paper.
|
void |
Paper.setXGrid(Paper.GridLayer x)
Sets the grid for the X axis
|
void |
Paper.setYGrid(Paper.GridLayer y)
Sets the grid for the Y axis
|