public static class SamplingXYLineRenderer.State extends XYItemRendererState
workingLine
Constructor and Description |
---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
Modifier and Type | Method and Description |
---|---|
void |
startSeriesPass(XYDataset dataset,
int series,
int firstItem,
int lastItem,
int pass,
int passCount)
This method is called by the
XYPlot at the start of each
series pass. |
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly
getEntityCollection, getInfo
public State(PlotRenderingInfo info)
info
- the plot rendering info.public void startSeriesPass(XYDataset dataset, int series, int firstItem, int lastItem, int pass, int passCount)
XYPlot
at the start of each
series pass. We reset the state for the current series.startSeriesPass
in class XYItemRendererState
dataset
- the dataset.series
- the series index.firstItem
- the first item index for this pass.lastItem
- the last item index for this pass.pass
- the current pass index.passCount
- the number of passes.XYItemRendererState.endSeriesPass(XYDataset, int, int, int, int, int)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics