- java.lang.Object
-
- org.jfree.chart.renderer.RendererState
-
- org.jfree.chart.renderer.xy.XYItemRendererState
-
- org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
-
- org.jfree.chart.renderer.xy.XYBezierRenderer.XYBezierState
-
- Enclosing class:
- XYBezierRenderer
public static class XYBezierRenderer.XYBezierState extends XYLineAndShapeRenderer.State
Represents state information that applies to a single rendering of a chart.
-
-
Field Summary
Fields Modifier and Type Field Description GeneralPathfillAreaThe area to fill under the curve.List<Point2D>pointsThe points.-
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
Constructors Constructor Description XYBezierState(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
getElementHinting, getEntityCollection, getInfo, setElementHinting
-
-
-
-
Field Detail
-
fillArea
public GeneralPath fillArea
The area to fill under the curve.
-
-
Constructor Detail
-
XYBezierState
public XYBezierState(PlotRenderingInfo info)
Creates a new state instance.- Parameters:
info- the plot rendering info.
-
-