org.jfree.chart.renderer.xy

Class XYBarRenderer.XYBarRendererState

protected class XYBarRenderer.XYBarRendererState extends XYItemRendererState

The state class used by this renderer.
Constructor Summary
XYBarRendererState(PlotRenderingInfo info)
Creates a new state object.
Method Summary
doublegetG2Base()
Returns the base (range) value in Java 2D space.
voidsetG2Base(double value)
Sets the range axis base in Java2D space.

Constructor Detail

XYBarRendererState

public XYBarRendererState(PlotRenderingInfo info)
Creates a new state object.

Parameters: info the plot rendering info.

Method Detail

getG2Base

public double getG2Base()
Returns the base (range) value in Java 2D space.

Returns: The base value.

setG2Base

public void setG2Base(double value)
Sets the range axis base in Java2D space.

Parameters: value the value.