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.
| |
| Method Summary | |
|---|---|
| boolean | getProcessVisibleItemsOnly()
Returns the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items. |
| void | setProcessVisibleItemsOnly(boolean flag)
Sets the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items.
|
Parameters: info the plot rendering info.
true.
Returns: A boolean.
Since: 1.0.6
See Also: XYItemRendererState
Parameters: flag the new flag value.
Since: 1.0.6