Class Filler
- java.lang.Object
-
- org.pepstock.charba.client.configuration.Filler
-
public class Filler extends Object
The configuration forDefaultPluginId.FILLERplugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsChartgetChart()Returns the chart instanceprotected ExtendedOptionsgetConfiguration()Returns the configuration element.DrawTimegetDrawTime()Returns the draw time which defines when the filling will be applied.protected ConfigurationOptionsgetOptions()Returns the configuration options.booleanisPropagate()Returnstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.voidsetDrawTime(DrawTime drawTime)Sets the draw time which defines when the filling will be applied.voidsetPropagate(boolean propagate)Setstrueif 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)
Setstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Parameters:
propagate-trueif 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()
Returnstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Returns:
trueif 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
-
-