Uses of Interface
org.pepstock.charba.client.annotation.callbacks.ZCallback
-
Packages that use ZCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of ZCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ZCallback Modifier and Type Method Description ZCallback
AbstractAnnotation. getZCallback()
Returns the callback called to set the property determines the drawing stack level of the box annotation element.Methods in org.pepstock.charba.client.annotation with parameters of type ZCallback Modifier and Type Method Description void
AbstractAnnotation. setZ(ZCallback zCallback)
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
-