public interface P2DAxisViewInterface extends P2DComponentViewInterface
| Modifier and Type | Method and Description |
|---|---|
void |
drawGrid(P2DComponentInterface component,
java.awt.Graphics2D g,
P2DRange1DInterface range)
Draw the grid of the axis.
|
getVersion, releasevoid drawGrid(P2DComponentInterface component, java.awt.Graphics2D g, P2DRange1DInterface range)
g - The graphical context.range - The range for the grid.