Uses of Interface
org.pepstock.charba.client.annotation.callbacks.DrawTimeCallback
-
Packages that use DrawTimeCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of DrawTimeCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return DrawTimeCallback Modifier and Type Method Description DrawTimeCallback
AbstractAnnotation. getDrawTimeCallback()
Returns the callback called to set the draw time which defines when the annotations are drawn.Methods in org.pepstock.charba.client.annotation with parameters of type DrawTimeCallback Modifier and Type Method Description void
AbstractAnnotation. setDrawTime(DrawTimeCallback drawTimeCallback)
Sets the callback to set the draw time which defines when the annotations are drawn.
-