Uses of Class
org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Packages that use AnnotationElement Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events. -
-
Uses of AnnotationElement in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return AnnotationElement Modifier and Type Method Description AnnotationElementAnnotationContext. getElement()Returns the annotation element of plugin. -
Uses of AnnotationElement in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return AnnotationElement Modifier and Type Method Description AnnotationElementAnnotationElement. getLabel()Returns the inner label element of the element.
-