Uses of Class
org.jfree.chart.renderer.category.BarRenderer
Packages that use BarRenderer
-
Uses of BarRenderer in org.jfree.chart.renderer.category
Subclasses of BarRenderer in org.jfree.chart.renderer.categoryModifier 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.Methods in org.jfree.chart.renderer.category with parameters of type BarRendererModifier 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.