public final class DefaultChartFiller extends Object implements IsDefaultFiller
| Constructor and Description |
|---|
DefaultChartFiller(IsDefaultFiller filler)
Creates the object by filler plugin option element instance.
|
| Modifier and Type | Method and Description |
|---|---|
DrawTime |
getDrawTime()
Returns the draw time which defines when the filling will be applied.
|
boolean |
isPropagate()
Returns
true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. |
public DefaultChartFiller(IsDefaultFiller filler)
filler - filler plugin option element instance.public boolean isPropagate()
IsDefaultFillertrue if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.isPropagate in interface IsDefaultFillertrue if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targetspublic DrawTime getDrawTime()
IsDefaultFillergetDrawTime in interface IsDefaultFiller