Uses of Enum
org.jfree.chart.renderer.xy.XYBezierRenderer.FillType
Packages that use XYBezierRenderer.FillType
-
Uses of XYBezierRenderer.FillType in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as XYBezierRenderer.FillTypeModifier and TypeFieldDescriptionprivate XYBezierRenderer.FillType
XYBezierRenderer.fillType
A flag that can be set to specify to fill the area under the Bezier curve.Methods in org.jfree.chart.renderer.xy that return XYBezierRenderer.FillTypeModifier and TypeMethodDescriptionXYBezierRenderer.getFillType()
Returns the type of fill that the renderer draws beneath the curve.static XYBezierRenderer.FillType
Returns the enum constant of this type with the specified name.static XYBezierRenderer.FillType[]
XYBezierRenderer.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 XYBezierRenderer.FillTypeModifier and TypeMethodDescriptionvoid
XYBezierRenderer.setFillType
(XYBezierRenderer.FillType fillType) Set the fill type and sends aRendererChangeEvent
to all registered listeners.Constructors in org.jfree.chart.renderer.xy with parameters of type XYBezierRenderer.FillTypeModifierConstructorDescriptionXYBezierRenderer
(int precision, double tension, XYBezierRenderer.FillType fillType) Creates a new renderer with the specified precision and specified fill of the area 'under' (between '0' and) the Bezier curve.