org.jfree.chart.renderer.xy
public static class XYLineAndShapeRenderer.State extends XYItemRendererState
Field Summary | |
---|---|
GeneralPath | seriesPath The path for the current series. |
Constructor Summary | |
---|---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
Method Summary | |
---|---|
boolean | isLastPointGood()
Returns a flag that indicates if the last point drawn (in the
current series) was 'good' (non-null).
|
void | setLastPointGood(boolean good)
Sets a flag that indicates if the last point drawn (in the current
series) was 'good' (non-null).
|
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. |
Parameters: info the plot rendering info.
Returns: A boolean.
Parameters: good the flag.
Parameters: 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.