Uses of Interface
org.pepstock.charba.client.annotation.callbacks.ControlPointCallback
-
Packages that use ControlPointCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of ControlPointCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ControlPointCallback Modifier and Type Method Description ControlPointCallback
LineAnnotation. getControlPointCallback()
Returns the callback called to set the annotation control point for curve.Methods in org.pepstock.charba.client.annotation with parameters of type ControlPointCallback Modifier and Type Method Description void
LineAnnotation. setControlPoint(ControlPointCallback controlPointCallback)
Sets the callback to set the annotation control point for curve.
-