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.
|
seriesPathworkingLine| Constructor and Description |
|---|
XYSplineState(PlotRenderingInfo info)
Creates a new state instance.
|
isLastPointGood, setLastPointGood, startSeriesPassendSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnlygetEntityCollection, getInfopublic java.awt.geom.GeneralPath fillArea
public java.util.List<java.awt.geom.Point2D> points
public XYSplineState(PlotRenderingInfo info)
info - the plot rendering info.