Package org.jfree.chart.renderer
Class RendererState
java.lang.Object
org.jfree.chart.renderer.RendererState
- Direct Known Subclasses:
CategoryItemRendererState
,PiePlotState
,XYItemRendererState
Represents the current state of a renderer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA convenience method that returns a reference to the entity collection (may benull
) being used to record chart entities.getInfo()
Returns the plot rendering info.
-
Constructor Details
-
RendererState
Creates a new state object.- Parameters:
info
- the plot rendering info.
-
-
Method Details
-
getInfo
Returns the plot rendering info.- Returns:
- The info.
-
getEntityCollection
A convenience method that returns a reference to the entity collection (may benull
) being used to record chart entities.- Returns:
- The entity collection (possibly
null
).
-