Uses of Enum
org.jfree.chart.renderer.xy.XYSplineRenderer.FillType
Packages that use XYSplineRenderer.FillType
-
Uses of XYSplineRenderer.FillType in org.jfree.chart.renderer.xy
Subclasses with type arguments of type XYSplineRenderer.FillType in org.jfree.chart.renderer.xyModifier and TypeClassDescriptionstatic enumAn enumeration of the fill types for the renderer.Methods in org.jfree.chart.renderer.xy that return XYSplineRenderer.FillTypeModifier and TypeMethodDescriptionXYSplineRenderer.getFillType()Returns the type of fill that the renderer draws beneath the curve.static XYSplineRenderer.FillTypeReturns 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.FillTypeModifier and TypeMethodDescriptionvoidXYSplineRenderer.setFillType(XYSplineRenderer.FillType fillType) Set the fill type and sends aRendererChangeEventto all registered listeners.Constructors in org.jfree.chart.renderer.xy with parameters of type XYSplineRenderer.FillTypeModifierConstructorDescriptionXYSplineRenderer(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.