|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.renderer.RendererState
public class RendererState
Represents the current state of a renderer.
Constructor Summary | |
---|---|
RendererState(PlotRenderingInfo info)
Creates a new state object. |
Method Summary | |
---|---|
EntityCollection |
getEntityCollection()
A convenience method that returns a reference to the entity collection (may be null ) being used to record
chart entities. |
PlotRenderingInfo |
getInfo()
Returns the plot rendering info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RendererState(PlotRenderingInfo info)
info
- the plot rendering info.Method Detail |
---|
public PlotRenderingInfo getInfo()
public EntityCollection getEntityCollection()
null
) being used to record
chart entities.
null
).
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |