org.jfree.chart.renderer.xy
protected class XYBarRenderer.XYBarRendererState extends XYItemRendererState
Constructor Summary | |
---|---|
XYBarRendererState(PlotRenderingInfo info)
Creates a new state object.
|
Method Summary | |
---|---|
double | getG2Base()
Returns the base (range) value in Java 2D space.
|
void | setG2Base(double value)
Sets the range axis base in Java2D space.
|
Parameters: info the plot rendering info.
Returns: The base value.
Parameters: value the value.