Uses of Class
org.jfree.chart.renderer.BarRenderer
| Package | Description |
|---|---|
| org.jfree.chart.demo | |
| org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
Uses of BarRenderer in org.jfree.chart.demo
Subclasses of BarRenderer in org.jfree.chart.demo Modifier and Type Class Description classExtendedStackedBarRendererAn extension of theStackedBarRendererthat can draw positive and negative totals at the top and bottom of the stacked bars. -
Uses of BarRenderer in org.jfree.chart.renderer
Subclasses of BarRenderer in org.jfree.chart.renderer Modifier and Type Class Description classBarRenderer3DA renderer for bars with a 3D effect, for use with theCategoryPlotclass.classGanttRendererA renderer for simple Gantt charts.classGroupedStackedBarRendererA renderer that draws stacked bars within groups.classIntervalBarRendererA renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.classLayeredBarRendererACategoryItemRendererthat represents data using bars which are superimposed.classStackedBarRendererA stacked bar renderer for use with theCategoryPlotclass.classStackedBarRenderer3DRenders stacked bars with 3D-effect, for use with theCategoryPlotclass.classStatisticalBarRendererA renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.classWaterfallBarRendererA renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass.