Uses of Interface
org.jfree.chart.renderer.category.BarPainter
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plug-in renderers for the
CategoryPlot
class.-
Uses of BarPainter in org.jfree.chart
Modifier and TypeMethodDescriptionvoid
StandardChartTheme.setBarPainter
(BarPainter painter) Sets the bar painter. -
Uses of BarPainter in org.jfree.chart.renderer.category
Modifier and TypeClassDescriptionclass
An implementation of theBarPainter
interface that uses several gradient fills to enrich the appearance of the bars.class
An implementation of theBarPainter
interface that preserves the behaviour of bar painting that existed prior to the introduction of theBarPainter
interface.Modifier and TypeMethodDescriptionBarRenderer.getBarPainter()
Returns the bar painter.static BarPainter
BarRenderer.getDefaultBarPainter()
Returns the default bar painter.Modifier and TypeMethodDescriptionvoid
BarRenderer.setBarPainter
(BarPainter painter) Sets the bar painter for this renderer and sends aRendererChangeEvent
to all registered listeners.static void
BarRenderer.setDefaultBarPainter
(BarPainter painter) Sets the default bar painter.