org.jfree.chart.renderer.xy.XYBarPainter |
![]() |
The interface for plugin painter for the XYBarRenderer
class. When
developing a class that implements this interface, bear in mind the
following:
equals(Object)
method should be overridden;PublicCloneable
interface, so that a renderer using the
painter can be cloned reliably;
Serializable
, otherwise chart
serialization will not be supported.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Paints a single bar on behalf of a renderer.
| |||||||||||
Paints the shadow for a single bar on behalf of a renderer.
|
Paints a single bar on behalf of a renderer.
g2 | the graphics target. |
---|---|
renderer | the renderer. |
row | the row index for the item. |
column | the column index for the item. |
bar | the bounds for the bar. |
base | the base of the bar. |
Paints the shadow for a single bar on behalf of a renderer.
g2 | the graphics target. |
---|---|
renderer | the renderer. |
row | the row index for the item. |
column | the column index for the item. |
bar | the bounds for the bar. |
base | the base of the bar. |
pegShadow | peg the shadow to the base of the bar? |