org.jfree.chart.renderer.xy
Class XYLineAndShapeRenderer.State
- XYLineAndShapeRenderer
Records the state for the renderer. This is used to preserve state
information between calls to the drawItem() method for a single chart
drawing.
GeneralPath | seriesPath - The path for the current series.
|
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).
|
seriesPath
public GeneralPath seriesPath
The path for the current series.
isLastPointGood
public boolean isLastPointGood()
Returns a flag that indicates if the last point drawn (in the
current series) was 'good' (non-null).
setLastPointGood
public void setLastPointGood(boolean good)
Sets a flag that indicates if the last point drawn (in the current
series) was 'good' (non-null).