public class Filler extends Object
DefaultPluginId.FILLER
plugin.Modifier and Type | Method and Description |
---|---|
IsChart |
getChart()
Returns the chart instance
|
protected ExtendedOptions |
getConfiguration()
Returns the configuration element.
|
DrawTime |
getDrawTime()
Returns the draw time which defines when the filling will be applied.
|
protected ConfigurationOptions |
getOptions()
Returns the configuration options.
|
boolean |
isPropagate()
Returns
true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. |
void |
setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the filling will be applied.
|
void |
setPropagate(boolean propagate)
Sets
true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. |
public void setPropagate(boolean propagate)
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.propagate
- true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targetspublic boolean isPropagate()
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targetspublic void setDrawTime(DrawTime drawTime)
drawTime
- the draw time which defines when the filling will be appliedpublic DrawTime getDrawTime()
protected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()