static class XYAreaRenderer.XYAreaRendererState extends XYItemRendererState
| Modifier and Type | Field and Description |
|---|---|
java.awt.geom.GeneralPath |
area
Working storage for the area under one series.
|
java.awt.geom.Line2D |
line
Working line that can be recycled.
|
workingLine| Constructor and Description |
|---|
XYAreaRendererState(PlotRenderingInfo info)
Creates a new state.
|
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly, startSeriesPassgetEntityCollection, getInfopublic java.awt.geom.GeneralPath area
public java.awt.geom.Line2D line
public XYAreaRendererState(PlotRenderingInfo info)
info - the plot rendering info.