Uses of Interface
org.jfree.chart.renderer.category.BarPainter
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
-
Uses of BarPainter in org.jfree.chart
Methods in org.jfree.chart that return BarPainter Modifier and Type Method Description BarPainterStandardChartTheme. getBarPainter()Returns the bar painter.Methods in org.jfree.chart with parameters of type BarPainter Modifier and Type Method Description voidStandardChartTheme. setBarPainter(BarPainter painter)Sets the bar painter. -
Uses of BarPainter in org.jfree.chart.renderer.category
Classes in org.jfree.chart.renderer.category that implement BarPainter Modifier and Type Class Description classGradientBarPainterAn implementation of theBarPainterinterface that uses several gradient fills to enrich the appearance of the bars.classStandardBarPainterAn implementation of theBarPainterinterface that preserves the behaviour of bar painting that existed prior to the introduction of theBarPainterinterface.Methods in org.jfree.chart.renderer.category that return BarPainter Modifier and Type Method Description BarPainterBarRenderer. getBarPainter()Returns the bar painter.static BarPainterBarRenderer. getDefaultBarPainter()Returns the default bar painter.Methods in org.jfree.chart.renderer.category with parameters of type BarPainter Modifier and Type Method Description voidBarRenderer. setBarPainter(BarPainter painter)Sets the bar painter for this renderer and sends aRendererChangeEventto all registered listeners.static voidBarRenderer. setDefaultBarPainter(BarPainter painter)Sets the default bar painter.