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