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.IDplugin (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 SidesCallbackPolygonAnnotation. 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 voidPolygonAnnotation. setSides(SidesCallback sidesCallback)Sets the callback to set the border sides.
-