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 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.
-
-
-
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: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
-
-