org.jfree.chart.renderer.xy
Class XYItemRendererState
Line2D | workingLine - A line object that the renderer can reuse to save instantiating a lot
of objects.
|
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.
|
workingLine
public Line2D workingLine
A line object that the renderer can reuse to save instantiating a lot
of objects.
getProcessVisibleItemsOnly
public 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. The
default value is true
.
setProcessVisibleItemsOnly
public 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.
flag
- the new flag value.