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).
|
Parameters: info the plot rendering info.
Returns: A boolean.
Parameters: good the flag.