org.jfree.chart.renderer.xy
public interface XYBarPainter
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.Since: 1.0.11
Method Summary | |
---|---|
void | paintBar(Graphics2D g2, XYBarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base)
Paints a single bar on behalf of a renderer.
|
void | paintBarShadow(Graphics2D g2, XYBarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow)
Paints the shadow for a single bar on behalf of a renderer.
|
Parameters: 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.
Parameters: 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?