Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
Modifier and Type | Method and Description |
---|---|
XYBarPainter |
StandardChartTheme.getXYBarPainter()
Returns the XY bar painter.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardChartTheme.setXYBarPainter(XYBarPainter painter)
Sets the XY bar painter.
|
Modifier and Type | Class and Description |
---|---|
class |
GradientXYBarPainter
An implementation of the
XYBarPainter interface that uses several
gradient fills to enrich the appearance of the bars. |
class |
StandardXYBarPainter
An implementation of the
XYBarPainter interface that preserves the
behaviour of bar painting that existed prior to the introduction of the
XYBarPainter interface. |
Modifier and Type | Method and Description |
---|---|
XYBarPainter |
XYBarRenderer.getBarPainter()
Returns the bar painter.
|
static XYBarPainter |
XYBarRenderer.getDefaultBarPainter()
Returns the default bar painter.
|
Modifier and Type | Method and Description |
---|---|
void |
XYBarRenderer.setBarPainter(XYBarPainter painter)
Sets the bar painter and sends a
RendererChangeEvent to all
registered listeners. |
static void |
XYBarRenderer.setDefaultBarPainter(XYBarPainter painter)
Sets the default bar painter.
|