Uses of Class
org.pepstock.charba.client.annotation.AnnotationContext
-
Packages that use AnnotationContext 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.listeners Contains all callback interfaces to implement for theAnnotationPlugin.IDplugin. -
-
Uses of AnnotationContext in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return types with arguments of type AnnotationContext 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.PointStyleCallback<AnnotationContext>PointAnnotation. getPointStyleCallback()Returns the point style callback, if set, otherwisenull.RotationCallback<AnnotationContext>LineLabel. getRotationCallback()Returns the callback called to set the rotation of label in degrees.WidthCallback<AnnotationContext>Arrow. getWidthCallback()Returns the callback called to set the amount of pixels of the width of the arrow head.Method parameters in org.pepstock.charba.client.annotation with type arguments of type AnnotationContext Modifier and Type Method Description voidAbstractAnnotation. setDisplay(SimpleDisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the annotation should be displayed.voidArrow. setDisplay(SimpleDisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the arrow head should be displayed.voidCallout. setDisplay(SimpleDisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the label should be displayed.voidPointAnnotation. setPointStyle(PointStyleCallback<AnnotationContext> pointStyleCallback)Sets the point style callback.voidLineLabel. setRotation(RotationCallback<AnnotationContext> rotationCallback)Sets the callback to set the rotation of label in degrees.voidArrow. setWidth(WidthCallback<AnnotationContext> widthCallback)Sets the callback to set the amount of pixels of the width of the arrow head. -
Uses of AnnotationContext in org.pepstock.charba.client.annotation.listeners
Methods in org.pepstock.charba.client.annotation.listeners with parameters of type AnnotationContext Modifier and Type Method Description booleanClickCallback. onClick(AnnotationContext context, ChartEventContext event)Method called once click is fired.booleanEnterCallback. onEnter(AnnotationContext context, ChartEventContext event)Method called once enter is fired.booleanLeaveCallback. onLeave(AnnotationContext context, ChartEventContext event)Method called once leave is fired.
-