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 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.voidsetDrawTime(DrawTime drawTime)Sets the draw time which defines when the filling will be applied.voidsetPropagate(boolean propagate)Setstrueif 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, 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, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
-
-
-
-
Method Detail
-
setPropagate
public void setPropagate(boolean propagate)
Setstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Parameters:
propagate-trueif 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()
Returnstrueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.- Specified by:
isPropagatein interfaceIsDefaultFiller- Returns:
trueif 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:
getDrawTimein interfaceIsDefaultFiller- Returns:
- the draw time which defines when the filling will be applied
-
-