public static class StandardXYItemRenderer.State extends XYItemRendererState
| Modifier and Type | Field and Description |
|---|---|
GeneralPath |
seriesPath
The path for the current series.
|
workingLine| Constructor and Description |
|---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly, startSeriesPassgetElementHinting, getEntityCollection, getInfo, setElementHintingpublic GeneralPath seriesPath
public State(PlotRenderingInfo info)
info - the plot rendering info.public boolean isLastPointGood()
public void setLastPointGood(boolean good)
good - the flag.public int getSeriesIndex()
public void setSeriesIndex(int index)
index - the index.Copyright © 2001–2017 JFree.org. All rights reserved.