|
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.XYLineAndShapeRenderer.State
org.jfree.chart.renderer.xy.DeviationRenderer.State
public static class DeviationRenderer.State
A state object that is passed to each call to drawItem.
| Field Summary | |
|---|---|
java.util.List |
lowerCoordinates
A list of coordinates for the lower y-values in the current series (after translation into Java2D space). |
java.util.List |
upperCoordinates
A list of coordinates for the upper y-values in the current series (after translation into Java2D space). |
| Fields inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State |
|---|
seriesPath |
| Fields inherited from class org.jfree.chart.renderer.xy.XYItemRendererState |
|---|
workingLine |
| Constructor Summary | |
|---|---|
DeviationRenderer.State(PlotRenderingInfo info)
Creates a new state instance. |
|
| Method Summary |
|---|
| Methods inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State |
|---|
isLastPointGood, setLastPointGood, startSeriesPass |
| Methods inherited from class org.jfree.chart.renderer.xy.XYItemRendererState |
|---|
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly |
| 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.util.List upperCoordinates
public java.util.List lowerCoordinates
| Constructor Detail |
|---|
public DeviationRenderer.State(PlotRenderingInfo info)
info - the plot rendering info.
|
Footer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||