public class

RendererState

extends Object
java.lang.Object
   ↳ org.jfree.chart.renderer.RendererState
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Represents the current state of a renderer.

Summary

Public Constructors
RendererState(PlotRenderingInfo info)
Creates a new state object.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RendererState (PlotRenderingInfo info)

Creates a new state object.

Parameters
info the plot rendering info.

Public Methods

public EntityCollection 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).

public PlotRenderingInfo getInfo ()

Returns the plot rendering info.

Returns
  • The info.