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.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin 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 AnnotationElement
AnnotationContext. 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 AnnotationElement
AnnotationElement. getLabel()
Returns the inner label element of the element.
-