Uses of Class
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
| Package | Description |
|---|---|
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
-
Uses of XYLineAndShapeRenderer in org.jfree.chart.renderer.xy
Subclasses of XYLineAndShapeRenderer in org.jfree.chart.renderer.xy Modifier and Type Class Description classDefaultXYItemRendererA default renderer for theXYPlotclass.classDeviationRendererA specialised subclass of theXYLineAndShapeRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart.classDeviationStepRendererA specialised subclass of theDeviationRendererthat requires anIntervalXYDatasetand represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);classXYErrorRendererA line and shape renderer that can also display x and/or y-error values.classXYSplineRendererA renderer that connects data points with natural cubic splines and/or draws shapes at each data point.classXYStepRendererLine/Step item renderer for anXYPlot.