| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.renderer.RendererStateorg.jfree.chart.renderer.category.CategoryItemRendererStatepublic class CategoryItemRendererStateextends RendererStateCategoryItemRenderer.
Constructor Summary | |
| |
Method Summary | |
double |
|
double |
|
void |
|
Methods inherited from class org.jfree.chart.renderer.RendererState | |
getEntityCollection, getInfo | |
public CategoryItemRendererState(PlotRenderingInfo info)
Creates a new object for recording temporary state information for a renderer.
- Parameters:
info- the plot rendering info (nullpermitted).
public double getBarWidth()
Returns the bar width.
- Returns:
- The bar width.
- See Also:
setBarWidth(double)
public double getSeriesRunningTotal()
Returns the series running total.
- Returns:
- The running total.
- See Also:
setSeriesRunningTotal(double)
public void setBarWidth(double width)
Sets the bar width. The renderer calculates this value and stores it here - it is not intended that users can manually set the bar width.
- Parameters:
width- the width.
- See Also:
getBarWidth()