Uses of Interface
org.pepstock.charba.client.annotation.callbacks.InitCallback
-
Packages that use InitCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of InitCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return InitCallback Modifier and Type Method Description InitCallback
AbstractAnnotation. getInitCallback()
Returns the callback called to get the control after the annotation element drawing.Methods in org.pepstock.charba.client.annotation with parameters of type InitCallback Modifier and Type Method Description void
AbstractAnnotation. setInit(InitCallback initCallback)
Sets the callback to get the control after the annotation element drawing.
-