Interface IsDefaultFiller
-
- All Known Implementing Classes:
DefaultChartFiller,DefaultFiller,Filler
public interface IsDefaultFillerInterface to defineDefaultPluginId.FILLERplugin defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
isPropagate
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
-
getDrawTime
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
-
-