Uses of Interface
org.jfree.chart.renderer.category.BarPainter
-
Packages that use BarPainter Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass. -
-
Uses of BarPainter in org.jfree.chart
Fields in org.jfree.chart declared as BarPainter Modifier and Type Field Description private BarPainterStandardChartTheme. barPainterThe bar painter.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.Fields in org.jfree.chart.renderer.category declared as BarPainter Modifier and Type Field Description private BarPainterBarRenderer. barPainterThe bar painter (nevernull).private static BarPainterBarRenderer. defaultBarPainterThe default bar painter assigned to each new instance of this renderer.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.
-