org.jfree.chart.renderer.xy
public class GradientXYBarPainter extends Object implements XYBarPainter, Serializable
Since: 1.0.11
Constructor Summary | |
---|---|
GradientXYBarPainter()
Creates a new instance. | |
GradientXYBarPainter(double g1, double g2, double g3)
Creates a new instance.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
int | hashCode()
Returns a hash code for this instance.
|
void | paintBar(Graphics2D g2, XYBarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base)
Paints a single bar instance.
|
void | paintBarShadow(Graphics2D g2, XYBarRenderer renderer, int row, int column, RectangularShape bar, RectangleEdge base, boolean pegShadow)
Paints a single bar instance.
|
Parameters: g1 g2 g3
Parameters: obj the obj (null
permitted).
Returns: A boolean.
Returns: A hash code.
Parameters: g2 the graphics target. renderer the renderer. row the row index. column the column index. bar the bar base indicates which side of the rectangle is the base of the bar.
Parameters: g2 the graphics target. renderer the renderer. row the row index. column the column index. bar the bar base indicates which side of the rectangle is the base of the bar. pegShadow peg the shadow to the base of the bar?