Class DefaultChartFiller
- java.lang.Object
-
- org.pepstock.charba.client.defaults.chart.DefaultChartFiller
-
- All Implemented Interfaces:
IsDefaultFiller
public final class DefaultChartFiller extends Object implements IsDefaultFiller
Defaults for filler plugin option element, based on chart type.- Author:
- Andrea "Stock" Stocchero
-
-
Constructor Summary
Constructors Constructor Description DefaultChartFiller(IsDefaultFiller filler)Creates the object by filler plugin option element instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawTimegetDrawTime()Returns the draw time which defines when the filling will be applied.booleanisPropagate()Returnstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
-
-
-
Constructor Detail
-
DefaultChartFiller
public DefaultChartFiller(IsDefaultFiller filler)
Creates the object by filler plugin option element instance.- Parameters:
filler- filler plugin option element instance.
-
-
Method Detail
-
isPropagate
public boolean isPropagate()
Description copied from interface:IsDefaultFillerReturnstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Specified by:
isPropagatein interfaceIsDefaultFiller- Returns:
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets
-
getDrawTime
public DrawTime getDrawTime()
Description copied from interface:IsDefaultFillerReturns the draw time which defines when the filling will be applied.- Specified by:
getDrawTimein interfaceIsDefaultFiller- Returns:
- the draw time which defines when the filling will be applied
-
-