| Package | Description |
|---|---|
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| Modifier and Type | Method and Description |
|---|---|
XYSplineRenderer.FillType |
XYSplineRenderer.getFillType()
Returns the type of fill that the renderer draws beneath the curve.
|
static XYSplineRenderer.FillType |
XYSplineRenderer.FillType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYSplineRenderer.setFillType(XYSplineRenderer.FillType fillType)
Set the fill type and sends a
RendererChangeEvent
to all registered listeners. |
| Constructor and 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.
|
Copyright © 2001–2014 JFree.org. All rights reserved.