Uses of Interface
org.pepstock.charba.client.annotation.callbacks.SidesCallback
-
Packages that use SidesCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of SidesCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return SidesCallback Modifier and Type Method Description SidesCallback
PolygonAnnotation. getSidesCallback()
Returns the callback called to set the border sides.Methods in org.pepstock.charba.client.annotation with parameters of type SidesCallback Modifier and Type Method Description void
PolygonAnnotation. setSides(SidesCallback sidesCallback)
Sets the callback to set the border sides.
-