|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.renderer.RendererState
org.jfree.chart.renderer.category.CategoryItemRendererState
An object that retains temporary state information for a CategoryItemRenderer
.
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. |
Methods inherited from class org.jfree.chart.renderer.RendererState |
getInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategoryItemRendererState(PlotRenderingInfo info)
info
- the plot rendering info.Method Detail |
public double getBarWidth()
public void setBarWidth(double width)
width
- the width.public double getSeriesRunningTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |