protected static class CategoryStepRenderer.State extends CategoryItemRendererState
| Modifier and Type | Field and Description |
|---|---|
java.awt.geom.Line2D |
line
A working line for re-use to avoid creating large numbers of
objects.
|
| Constructor and Description |
|---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
getBarWidth, getCrosshairState, getSeriesRunningTotal, getVisibleSeriesArray, getVisibleSeriesCount, getVisibleSeriesIndex, setBarWidth, setCrosshairState, setVisibleSeriesArraygetEntityCollection, getInfopublic java.awt.geom.Line2D line
public State(PlotRenderingInfo info)
info - collects plot rendering information (null
permitted).