Uses of Class
org.jfree.chart.renderer.category.BarRenderer

Packages that use BarRenderer
org.jfree.chart.renderer.category Plug-in renderers for the CategoryPlot class. 
 

Uses of BarRenderer in org.jfree.chart.renderer.category
 

Subclasses of BarRenderer in org.jfree.chart.renderer.category
 class BarRenderer3D
          A renderer for bars with a 3D effect, for use with the CategoryPlot class.
 class GanttRenderer
          A renderer for simple Gantt charts.
 class GroupedStackedBarRenderer
          A renderer that draws stacked bars within groups.
 class IntervalBarRenderer
          A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.
 class LayeredBarRenderer
          A CategoryItemRenderer that represents data using bars which are superimposed.
 class StackedBarRenderer
          A stacked bar renderer for use with the CategoryPlot class.
 class StackedBarRenderer3D
          Renders stacked bars with 3D-effect, for use with the CategoryPlot class.
 class StatisticalBarRenderer
          A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.
 class WaterfallBarRenderer
          A renderer that handles the drawing of waterfall bar charts, for use with the CategoryPlot class.