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.IDplugin (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 StartCallbackCallout. 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 voidCallout. setStart(StartCallback startCallback)Sets the callback to set the separator dimension to use as starting point for callout pointer.
-