Uses of Class
org.jfree.chart.renderer.category.BarRenderer
| Package | Description |
|---|---|
| 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 Modifier and Type Class Description 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.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.Methods in org.jfree.chart.renderer.category with parameters of type BarRenderer Modifier and Type Method Description voidBarPainter. paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base)Paints a single bar on behalf of a renderer.voidGradientBarPainter. paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base)Paints a single bar instance.voidStandardBarPainter. paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base)Paints a single bar instance.voidBarPainter. paintBarShadow(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow)Paints the shadow for a single bar on behalf of a renderer.voidGradientBarPainter. paintBarShadow(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow)Paints a single bar instance.voidStandardBarPainter. paintBarShadow(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow)Paints a single bar instance.