org.jfree.chart.renderer.xy
public class XYItemRendererState extends RendererState
| 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.
| |
Parameters: info the plot rendering info.