org.jfree.chart.renderer.xy
public static class StandardXYItemRenderer.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 | |
---|---|
int | getSeriesIndex()
Returns the series index for the current path.
|
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 | setSeriesIndex(int index)
Sets the series index for the current path.
|
Parameters: info the plot rendering info.
Returns: The series index for the current path.
Returns: A boolean.
Parameters: good the flag.
Parameters: index the index.