Uses of Class
org.jfree.chart.renderer.AbstractRenderer
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.-
Uses of AbstractRenderer in org.jfree.chart
Modifier and TypeMethodDescriptionprotected void
StandardChartTheme.applyToAbstractRenderer
(AbstractRenderer renderer) Applies the attributes for this theme to anAbstractRenderer
. -
Uses of AbstractRenderer in org.jfree.chart.renderer
Modifier and TypeClassDescriptionclass
A renderer that can be used with thePolarPlot
class.class
A renderer for wafer map plots. -
Uses of AbstractRenderer in org.jfree.chart.renderer.category
Modifier and TypeClassDescriptionclass
An abstract base class that you can use to implement a newCategoryItemRenderer
.class
A category item renderer that draws area charts.class
ACategoryItemRenderer
that draws individual data items as bars.class
A box-and-whisker renderer.class
A "step" renderer similar toXYStepRenderer
but that can be used with theCategoryPlot
class.class
A default renderer for theCategoryPlot
class.class
A renderer for simple Gantt charts.class
A renderer that draws stacked bars within groups.class
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.class
ACategoryItemRenderer
that represents data using bars which are superimposed.class
ACategoryItemRenderer
that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.class
A renderer that draws shapes for each data item, and lines between data items (for use with theCategoryPlot
class).class
Renderer for drawing min max plot.class
A renderer that handles the multiple values from aMultiValueCategoryDataset
by plotting a shape for each value for each given item in the dataset.class
A renderer that draws stacked area charts for aCategoryPlot
.class
A stacked bar renderer for use with theCategoryPlot
class.class
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.class
A renderer that draws shapes for each data item, and lines between data items.class
A renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlot
class. -
Uses of AbstractRenderer in org.jfree.chart.renderer.xy
Modifier and TypeClassDescriptionclass
A base class that can be used to create newXYItemRenderer
implementations.class
A renderer that draws candlesticks on anXYPlot
(requires aOHLCDataset
).class
An extension ofXYBarRenderer
that displays bars for different series values at the same x next to each other.class
The Cyclic XY item renderer is specially designed to handle cyclic axis.class
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 renderer that draws high/low/open/close markers on anXYPlot
(requires aOHLCDataset
).class
A renderer that draws line charts.class
A stacked area renderer for theXYPlot
class.class
A stacked area renderer for theXYPlot
class.class
A bar renderer that displays the series items stacked.class
Standard item renderer for anXYPlot
.class
A renderer that represents data from anVectorXYDataset
by drawing a line with an arrow at each (x, y) point.class
A specialised renderer for displaying wind intensity/direction data.class
Area item renderer for anXYPlot
.class
Area item renderer for anXYPlot
.class
A renderer that draws bars on anXYPlot
(requires anIntervalXYDataset
).class
A renderer that represents data from anXYZDataset
by drawing a color block at each (x, y) point, where the color is a function of the z-value from the dataset.class
A renderer that draws box-and-whisker items on anXYPlot
.class
A renderer that draws a circle at each data point with a diameter that is determined by the z-value in the dataset (the renderer requires the dataset to be an instance ofXYZDataset
.class
A renderer for anXYPlot
that highlights the differences between two series.class
A renderer that draws a small dot at each data point for anXYPlot
.class
A line and shape renderer that can also display x and/or y-error values.class
A renderer that connects data points with lines and/or draws shapes at each data point.class
A renderer that draws shapes at (x, y) coordinates and, if the dataset is an instance ofXYZDataset
, fills the shapes with a paint that is based on the z-value (the paint is obtained from a lookup table).class
A renderer that connects data points with natural cubic splines and/or draws shapes at each data point.class
A step chart renderer that fills the area between the step and the x-axis.class
Line/Step item renderer for anXYPlot
.class
A renderer that draws a line connecting the start and end Y values for anXYPlot
.