Uses of Interface
org.pepstock.charba.client.annotation.callbacks.StartCallback
-
Packages that use StartCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of StartCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return StartCallback Modifier and Type Method Description StartCallback
Callout. getStartCallback()
Returns the callback to set the separator dimension to use as starting point for callout pointer.Methods in org.pepstock.charba.client.annotation with parameters of type StartCallback Modifier and Type Method Description void
Callout. setStart(StartCallback startCallback)
Sets the callback to set the separator dimension to use as starting point for callout pointer.
-