Uses of Interface
org.pepstock.charba.client.annotation.callbacks.SideCallback
-
Packages that use SideCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of SideCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return SideCallback Modifier and Type Method Description SideCallback
Callout. getSideCallback()
Returns the callback to set the width of the starter line of callout pointer.Methods in org.pepstock.charba.client.annotation with parameters of type SideCallback Modifier and Type Method Description void
Callout. setSide(SideCallback sideCallback)
Sets the callback to set the width of the starter line of callout pointer.
-