org.jfree.chart.renderer.category
public class CategoryItemRendererState extends RendererState
Constructor Summary | |
---|---|
CategoryItemRendererState(PlotRenderingInfo info)
Creates a new object for recording temporary state information for a
renderer.
|
Method Summary | |
---|---|
double | getBarWidth()
Returns the bar width.
|
double | getSeriesRunningTotal()
Returns the series running total.
|
void | setBarWidth(double width)
Sets the bar width. |
Parameters: info the plot rendering info (null
permitted).
Returns: The bar width.
See Also: CategoryItemRendererState
Returns: The running total.
See Also: CategoryItemRendererState
Parameters: width the width.
See Also: getBarWidth