Uses of Class
org.jfree.chart.renderer.xy.XYSplineRenderer.FillType
-
Packages that use XYSplineRenderer.FillType Package Description org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of XYSplineRenderer.FillType in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as XYSplineRenderer.FillType Modifier and Type Field Description private XYSplineRenderer.FillType
XYSplineRenderer. fillType
A flag that can be set to specify to fill the area under the spline.Methods in org.jfree.chart.renderer.xy that return XYSplineRenderer.FillType Modifier and Type Method Description XYSplineRenderer.FillType
XYSplineRenderer. getFillType()
Returns the type of fill that the renderer draws beneath the curve.static XYSplineRenderer.FillType
XYSplineRenderer.FillType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XYSplineRenderer.FillType[]
XYSplineRenderer.FillType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.renderer.xy with parameters of type XYSplineRenderer.FillType Modifier and Type Method Description void
XYSplineRenderer. setFillType(XYSplineRenderer.FillType fillType)
Set the fill type and sends aRendererChangeEvent
to all registered listeners.Constructors in org.jfree.chart.renderer.xy with parameters of type XYSplineRenderer.FillType Constructor Description XYSplineRenderer(int precision, XYSplineRenderer.FillType fillType)
Creates a new renderer with the specified precision and specified fill of the area 'under' (between '0' and) the spline.
-