public class CategoryItemRendererState extends RendererState
CategoryItemRenderer.| Constructor and Description |
|---|
CategoryItemRendererState(PlotRenderingInfo info)
Creates a new object for recording temporary state information for a
renderer.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getBarWidth()
Returns the bar width.
|
double |
getSeriesRunningTotal()
Returns the series running total.
|
void |
setBarWidth(double width)
Sets the bar width.
|
getEntityCollection, getInfopublic CategoryItemRendererState(PlotRenderingInfo info)
info - the plot rendering info (null permitted).public double getBarWidth()
setBarWidth(double)public void setBarWidth(double width)
width - the width.getBarWidth()public double getSeriesRunningTotal()
setSeriesRunningTotal(double)