Uses of Interface
org.pepstock.charba.client.callbacks.DisplayCallback
-
Packages that use DisplayCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of DisplayCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return DisplayCallback Modifier and Type Method Description DisplayCallback<AnnotationContext>
AbstractAnnotation. getDisplayCallback()
Returns the callback called to set whether the annotation should be displayed.DisplayCallback<AnnotationContext>
Arrow. getDisplayCallback()
Returns the callback called to set whether the arrow head should be displayed.DisplayCallback<AnnotationContext>
Callout. getDisplayCallback()
Returns the callback called to set whether the label should be displayed.Methods in org.pepstock.charba.client.annotation with parameters of type DisplayCallback Modifier and Type Method Description void
AbstractAnnotation. setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the annotation should be displayed.void
Arrow. setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the arrow head should be displayed.void
Callout. setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the label should be displayed.
-