Package | Description |
---|---|
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXYItemRenderer
A default renderer for the
XYPlot class. |
class |
DeviationRenderer
A specialised subclass of the
XYLineAndShapeRenderer that requires
an IntervalXYDataset and represents the y-interval by shading an
area behind the y-values on the chart. |
class |
XYErrorRenderer
A line and shape renderer that can also display x and/or y-error values.
|
class |
XYLine3DRenderer
A XYLineAndShapeRenderer that adds a shadow line to the graph
to emulate a 3D-effect.
|
class |
XYSplineRenderer
A renderer that connects data points with natural cubic splines and/or
draws shapes at each data point.
|
class |
XYStepRenderer
Line/Step item renderer for an
XYPlot . |