java.lang.ObjectA state object that is passed to each call toorg.jfree.chart.renderer.RendererState
org.jfree.chart.renderer.xy.XYItemRendererState
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State
org.jfree.chart.renderer.xy.DeviationRenderer$State
drawItem.
| Field Summary | ||
|---|---|---|
| public List | upperCoordinates | A list of coordinates for the upper y-values in the current series (after translation into Java2D space). |
| public List | lowerCoordinates | A list of coordinates for the lower y-values in the current series (after translation into Java2D space). |
| Fields inherited from org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State: |
|---|
| seriesPath |
| Fields inherited from org.jfree.chart.renderer.xy.XYItemRendererState: |
|---|
| workingLine |
| Constructor: |
|---|
|
| Methods from org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State: |
|---|
| isLastPointGood, setLastPointGood |
| Methods from org.jfree.chart.renderer.xy.XYItemRendererState: |
|---|
| getProcessVisibleItemsOnly, setProcessVisibleItemsOnly |
| Methods from org.jfree.chart.renderer.RendererState: |
|---|
| getEntityCollection, getInfo |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |