Uses of Interface
org.pepstock.charba.client.annotation.callbacks.FillCallback
-
Packages that use FillCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of FillCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return FillCallback Modifier and Type Method Description FillCallback
Arrow. getFillCallback()
Returns the callback called to settrue
whether the arrow head must be closed and filled.Methods in org.pepstock.charba.client.annotation with parameters of type FillCallback Modifier and Type Method Description void
Arrow. setFill(FillCallback fillCallback)
Sets the callback to set whethertrue
whether the arrow head must be closed and filled.
-