public static class XYSplineRenderer.XYSplineState extends XYLineAndShapeRenderer.State
Modifier and Type | Field and Description |
---|---|
java.awt.geom.GeneralPath |
fillArea
The area to fill under the curve.
|
java.util.List<java.awt.geom.Point2D> |
points
The points.
|
seriesPath
workingLine
Constructor and Description |
---|
XYSplineState(PlotRenderingInfo info)
Creates a new state instance.
|
isLastPointGood, setLastPointGood, startSeriesPass
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly
getEntityCollection, getInfo
public java.awt.geom.GeneralPath fillArea
public java.util.List<java.awt.geom.Point2D> points
public XYSplineState(PlotRenderingInfo info)
info
- the plot rendering info.