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 TypeClassDescriptionclassA renderer for bars with a 3D effect, for use with theCategoryPlotclass.classA renderer for simple Gantt charts.classA renderer that draws stacked bars within groups.classA renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.classACategoryItemRendererthat represents data using bars which are superimposed.classA stacked bar renderer for use with theCategoryPlotclass.classRenders stacked bars with 3D-effect, for use with theCategoryPlotclass.classA renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.classA renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass.Methods in org.jfree.chart.renderer.category with parameters of type BarRendererModifier and TypeMethodDescriptionvoidBarPainter.paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, org.jfree.ui.RectangleEdge base) Paints a single bar on behalf of a renderer.voidGradientBarPainter.paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, org.jfree.ui.RectangleEdge base) Paints a single bar instance.voidStandardBarPainter.paintBar(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, org.jfree.ui.RectangleEdge base) Paints a single bar instance.voidBarPainter.paintBarShadow(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, org.jfree.ui.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, org.jfree.ui.RectangleEdge base, boolean pegShadow) Paints a single bar instance.voidStandardBarPainter.paintBarShadow(Graphics2D g2, BarRenderer renderer, int row, int column, RectangularShape bar, org.jfree.ui.RectangleEdge base, boolean pegShadow) Paints a single bar instance.