Class RendererState

java.lang.Object
org.jfree.chart.renderer.RendererState
Direct Known Subclasses:
CategoryItemRendererState, PiePlotState, XYItemRendererState

public class RendererState extends Object
Represents the current state of a renderer.
  • Constructor Details

  • Method Details

    • getInfo

      Returns the plot rendering info.
      Returns:
      The info.
    • getEntityCollection

      A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.
      Returns:
      The entity collection (possibly null).