|
|||||||||||
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 |
getEntityCollection, 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 (null
permitted).Method Detail |
public double getBarWidth()
setBarWidth(double)
public void setBarWidth(double width)
width
- the width.getBarWidth()
public double getSeriesRunningTotal()
#setSeriesRunningTotal(double)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |