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. -
-
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 CapStyleCallback<AnnotationContext>LineLabel. getBorderCapStyleCallback()Returns the border capstyle callback, if set, otherwisenull.ColorCallback<AnnotationContext>AbstractAnnotation. getBorderColorCallback()Returns the callback called to set the color of the border of annotation.ColorCallback<AnnotationContext>LineLabel. getBorderColorCallback()Returns the callback called to set the color of the border of annotation.BorderDashCallback<AnnotationContext>AbstractAnnotation. getBorderDashCallback()Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.BorderDashCallback<AnnotationContext>LineLabel. getBorderDashCallback()Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.BorderDashOffsetCallback<AnnotationContext>AbstractAnnotation. getBorderDashOffsetCallback()Returns the callback called to set the line dash pattern offset.BorderDashOffsetCallback<AnnotationContext>LineLabel. getBorderDashOffsetCallback()Returns the callback called to set the line dash pattern offset.JoinStyleCallback<AnnotationContext>LineLabel. getBorderJoinStyleCallback()Returns the border join style callback, if set, otherwisenull.WidthCallback<AnnotationContext>AbstractAnnotation. getBorderWidthCallback()Returns the callback called to set the width of the border in pixels.WidthCallback<AnnotationContext>LineLabel. getBorderWidthCallback()Returns the callback called to set the width of the border in pixels.ColorCallback<AnnotationContext>LineLabel. getColorCallback()Returns the callback called to set the color of the text of label.DisplayCallback<AnnotationContext>AbstractAnnotation. getDisplayCallback()Returns the callback called to set whether the annotation should be displayed.DisplayCallback<AnnotationContext>LineLabel. getDisplayCallback()Returns the callback called to set whether the label should be displayed.FontCallback<AnnotationContext>LineLabel. getFontCallback()Returns the font callback, if set, otherwisenull.RadiusCallback<AnnotationContext>PointAnnotation. getRadiusCallback()Returns the callback called to set the radius.RotationCallback<AnnotationContext>EllipseAnnotation. getRotationCallback()Returns the callback called to set the rotation of label in degrees.RotationCallback<AnnotationContext>LineLabel. getRotationCallback()Returns the callback called to set the rotation of label in degrees.TextAlignCallback<AnnotationContext>LineLabel. getTextAlignCallback()Returns the callback called to set the horizontal alignment of the label text when multiple lines.Method parameters in org.pepstock.charba.client.annotation with type arguments of type AnnotationContext Modifier and Type Method Description voidLineLabel. setBorderCapStyle(CapStyleCallback<AnnotationContext> borderCapStyleCallback)Sets the border capstyle callback.voidAbstractAnnotation. setBorderColor(ColorCallback<AnnotationContext> borderColorCallback)Sets the callback to set the color of the border of annotation.voidLineLabel. setBorderColor(ColorCallback<AnnotationContext> borderColorCallback)Sets the callback to set the color of the border of annotation.voidAbstractAnnotation. setBorderDash(BorderDashCallback<AnnotationContext> borderDashCallback)Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.voidLineLabel. setBorderDash(BorderDashCallback<AnnotationContext> borderDashCallback)Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.voidAbstractAnnotation. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)Sets the callback to set the line dash pattern offset.voidLineLabel. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)Sets the callback to set the line dash pattern offset.voidLineLabel. setBorderJoinStyle(JoinStyleCallback<AnnotationContext> borderJoinStyleCallback)Sets the border join style callback.voidAbstractAnnotation. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)Sets the callback to set the color of the width of the border in pixels.voidLineLabel. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)Sets the callback to set the color of the width of the border in pixels.voidLineLabel. setColor(ColorCallback<AnnotationContext> colorCallback)Sets the callback to set the color of the text of label.voidAbstractAnnotation. setDisplay(DisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the annotation should be displayed.voidLineLabel. setDisplay(DisplayCallback<AnnotationContext> displayCallback)Sets the callback to set whether the label should be displayed.voidLineLabel. setFont(FontCallback<AnnotationContext> fontCallback)Sets the font callback.voidPointAnnotation. setRadius(RadiusCallback<AnnotationContext> radiusCallback)Sets the callback to set the radius.voidEllipseAnnotation. setRotation(RotationCallback<AnnotationContext> rotationCallback)Sets the callback to set the rotation of label in degrees.voidLineLabel. setRotation(RotationCallback<AnnotationContext> rotationCallback)Sets the callback to set the rotation of label in degrees.voidLineLabel. setTextAlign(TextAlignCallback<AnnotationContext> alignCallback)Sets the callback to set the horizontal alignment of the label text when multiple lines.
-