Class Filler
- java.lang.Object
-
- org.pepstock.charba.client.configuration.Filler
-
public class Filler extends Object
The configuration forDefaultPluginId.FILLER
plugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsChart
getChart()
Returns the chart instanceprotected 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()
Returnstrue
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)
Setstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
-
-
-
Method Detail
-
setPropagate
public void setPropagate(boolean propagate)
Setstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Parameters:
propagate
-true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets
-
isPropagate
public boolean isPropagate()
Returnstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Returns:
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets
-
setDrawTime
public void setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the filling will be applied.- Parameters:
drawTime
- the draw time which defines when the filling will be applied
-
getDrawTime
public DrawTime getDrawTime()
Returns the draw time which defines when the filling will be applied.- Returns:
- the draw time which defines when the filling will be applied
-
getOptions
protected final ConfigurationOptions getOptions()
Returns the configuration options.- Returns:
- the configuration options.
-
getConfiguration
protected final ExtendedOptions getConfiguration()
Returns the configuration element.- Returns:
- the configuration element.
-
getChart
public final IsChart getChart()
Returns the chart instance- Returns:
- the chart
-
-