public class XYItemRendererState extends RendererState
XYItemRenderer.| Modifier and Type | Field and Description |
|---|---|
java.awt.geom.Line2D |
workingLine
A line object that the renderer can reuse to save instantiating a lot
of objects.
|
| Constructor and Description |
|---|
XYItemRendererState(PlotRenderingInfo info)
Creates a new state.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEntityCollection, getInfopublic java.awt.geom.Line2D workingLine
public XYItemRendererState(PlotRenderingInfo info)
info - the plot rendering info.public boolean getProcessVisibleItemsOnly()
true.setProcessVisibleItemsOnly(boolean)public void setProcessVisibleItemsOnly(boolean flag)
flag - the new flag value.