Class Filler
- java.lang.Object
-
- org.pepstock.charba.client.commons.NativeObjectContainer
-
- org.pepstock.charba.client.commons.AbstractNode
-
- org.pepstock.charba.client.options.AbstractModel<Plugins,IsDefaultFiller>
-
- org.pepstock.charba.client.options.Filler
-
- All Implemented Interfaces:
IsDefaultFiller
public final class Filler extends AbstractModel<Plugins,IsDefaultFiller> implements IsDefaultFiller
The filler plugin can be used to fill the datasets.- 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.void
setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the filling will be applied.void
setPropagate(boolean propagate)
Setstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.-
Methods inherited from class org.pepstock.charba.client.options.AbstractModel
getDefaultValues, getParent, loadPadding, setCallbackToModel, setCallbackToModel, setEventToModel
-
Methods inherited from class org.pepstock.charba.client.commons.AbstractNode
checkAndAddToParent, getChildKey, getParentNode, getRootNode, getUpdateListener, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setUpdateListener, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent
-
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainer
checkAndGetColor, checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
-
-
-
-
Method Detail
-
setPropagate
public void setPropagate(boolean propagate)
Setstrue
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Parameters:
propagate
-true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets
-
isPropagate
public 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.- 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
-
setDrawTime
public void setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the filling will be applied.- Parameters:
drawTime
- the draw time which defines when the filling will be applied
-
getDrawTime
public DrawTime getDrawTime()
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
-
-