Uses of Interface
org.pepstock.charba.client.annotation.callbacks.CurveCallback
-
Packages that use CurveCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of CurveCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return CurveCallback Modifier and Type Method Description CurveCallback
LineAnnotation. getCurveCallback()
Returns the callback called to set whether the annotation should be curve.Methods in org.pepstock.charba.client.annotation with parameters of type CurveCallback Modifier and Type Method Description void
LineAnnotation. setCurve(CurveCallback curveCallback)
Sets the callback to set whether the annotation should be curve.
-