Uses of Class
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Packages that use XYLineAndShapeRenderer
-
Uses of XYLineAndShapeRenderer in org.jfree.chart.renderer.xy
Subclasses of XYLineAndShapeRenderer in org.jfree.chart.renderer.xyModifier and TypeClassDescriptionclass
A default renderer for theXYPlot
class.class
A specialised subclass of theXYLineAndShapeRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart.class
A specialised subclass of theDeviationRenderer
that requires anIntervalXYDataset
and represents the y-interval by shading an area behind the y-values on the chart, drawing only horizontal or vertical lines (steps);class
A line and shape renderer that can also display x and/or y-error values.class
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.class
Line/Step item renderer for anXYPlot
.