org.jfree.chart.renderer.xy

Class XYItemRendererState

Known Direct Subclasses:
StandardXYItemRenderer.State, XYBarRenderer.XYBarRendererState, XYLineAndShapeRenderer.State

public class XYItemRendererState
extends RendererState

The state for an XYItemRenderer.

Field Summary

Line2D
workingLine
A line object that the renderer can reuse to save instantiating a lot of objects.

Constructor Summary

XYItemRendererState(PlotRenderingInfo info)
Creates a new state.

Method Summary

Methods inherited from class org.jfree.chart.renderer.RendererState

getEntityCollection, getInfo

Field Details

workingLine

public Line2D workingLine
A line object that the renderer can reuse to save instantiating a lot of objects.

Constructor Details

XYItemRendererState

public XYItemRendererState(PlotRenderingInfo info)
Creates a new state.
Parameters:
info - the plot rendering info.