|
Header
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.renderer.RendererState
org.jfree.chart.renderer.xy.XYItemRendererState
org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
public static class StandardXYItemRenderer.State
Records the state for the renderer. This is used to preserve state information between calls to the drawItem() method for a single chart drawing.
| Field Summary | |
|---|---|
java.awt.geom.GeneralPath |
seriesPath
The path for the current series. |
| Fields inherited from class org.jfree.chart.renderer.xy.XYItemRendererState |
|---|
workingLine |
| Constructor Summary | |
|---|---|
StandardXYItemRenderer.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. |
| Methods inherited from class org.jfree.chart.renderer.xy.XYItemRendererState |
|---|
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly, startSeriesPass |
| Methods inherited from class org.jfree.chart.renderer.RendererState |
|---|
getEntityCollection, getInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.geom.GeneralPath seriesPath
| Constructor Detail |
|---|
public StandardXYItemRenderer.State(PlotRenderingInfo info)
info - the plot rendering info.| Method Detail |
|---|
public boolean isLastPointGood()
public void setLastPointGood(boolean good)
good - the flag.public int getSeriesIndex()
public void setSeriesIndex(int index)
index - the index.
|
Footer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||