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 SummaryAll 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.AbstractModelgetDefaultValues, getParent, loadPadding, setCallbackToModel, setCallbackToModel, setEventToModel
 - 
Methods inherited from class org.pepstock.charba.client.commons.AbstractNodecheckAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, 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.NativeObjectContainercheckDefaultValuesArgument, 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, 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, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 
- 
 
- 
- 
- 
Method Detail- 
setPropagatepublic 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
 
 - 
isPropagatepublic 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 interface- IsDefaultFiller
- Returns:
- trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets
 
 - 
setDrawTimepublic 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
 
 - 
getDrawTimepublic DrawTime getDrawTime() Returns the draw time which defines when the filling will be applied.- Specified by:
- getDrawTimein interface- IsDefaultFiller
- Returns:
- the draw time which defines when the filling will be applied
 
 
- 
 
-