Class DefaultFiller
- java.lang.Object
-
- org.pepstock.charba.client.defaults.globals.DefaultFiller
-
- All Implemented Interfaces:
IsDefaultFiller
public final class DefaultFiller extends Object implements IsDefaultFiller
CHART.JS default values for FILLER plugin element.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawTime
getDrawTime()
Returns the draw time which defines when the filling will be applied.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.
-
-
-
Method Detail
-
isPropagate
public boolean isPropagate()
Description copied from interface:IsDefaultFiller
Returnstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Specified by:
isPropagate
in interfaceIsDefaultFiller
- Returns:
true
if 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:IsDefaultFiller
Returns the draw time which defines when the filling will be applied.- Specified by:
getDrawTime
in interfaceIsDefaultFiller
- Returns:
- the draw time which defines when the filling will be applied
-
-