public class RendererState extends Object
| Constructor and Description |
|---|
RendererState(PlotRenderingInfo info)
Creates a new state object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getElementHinting()
Returns the flag that controls whether or not the renderer should
add rendering hints to the output that identify chart elements.
|
EntityCollection |
getEntityCollection()
A convenience method that returns a reference to the entity
collection (may be
null) being used to record
chart entities. |
PlotRenderingInfo |
getInfo()
Returns the plot rendering info.
|
void |
setElementHinting(boolean hinting)
Sets the elementHinting flag.
|
public RendererState(PlotRenderingInfo info)
info - the plot rendering info.public boolean getElementHinting()
public void setElementHinting(boolean hinting)
hinting - the new flag value.public PlotRenderingInfo getInfo()
public EntityCollection getEntityCollection()
null) being used to record
chart entities.null).Copyright © 2001–2017 JFree.org. All rights reserved.