Uses of Class
org.jfree.chart.renderer.category.BarRenderer
-
Uses of BarRenderer in org.jfree.chart.renderer.category
Modifier and TypeClassDescriptionclass
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
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 handles the drawing of waterfall bar charts, for use with theCategoryPlot
class.Modifier and TypeMethodDescriptionvoid
BarPainter.paintBar
(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base) Paints a single bar on behalf of a renderer.void
GradientBarPainter.paintBar
(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base) Paints a single bar instance.void
StandardBarPainter.paintBar
(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base) Paints a single bar instance.void
BarPainter.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.void
GradientBarPainter.paintBarShadow
(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow) Paints a single bar instance.void
StandardBarPainter.paintBarShadow
(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow) Paints a single bar instance.