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.IDplugin (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 voidAbstractAnnotation. setDisplay(DisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the annotation should be displayed.voidArrow. setDisplay(DisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the arrow head should be displayed.voidCallout. setDisplay(DisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the label should be displayed.
-