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.ID
plugin (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 void
LineLabel. setBorderCapStyle(CapStyleCallback<AnnotationContext> borderCapStyleCallback)
Sets the border capstyle callback.void
AbstractAnnotation. setBorderColor(ColorCallback<AnnotationContext> borderColorCallback)
Sets the callback to set the color of the border of annotation.void
LineLabel. setBorderColor(ColorCallback<AnnotationContext> borderColorCallback)
Sets the callback to set the color of the border of annotation.void
AbstractAnnotation. 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.void
LineLabel. 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.void
AbstractAnnotation. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)
Sets the callback to set the line dash pattern offset.void
LineLabel. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)
Sets the callback to set the line dash pattern offset.void
LineLabel. setBorderJoinStyle(JoinStyleCallback<AnnotationContext> borderJoinStyleCallback)
Sets the border join style callback.void
AbstractAnnotation. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)
Sets the callback to set the color of the width of the border in pixels.void
LineLabel. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)
Sets the callback to set the color of the width of the border in pixels.void
LineLabel. setColor(ColorCallback<AnnotationContext> colorCallback)
Sets the callback to set the color of the text of label.void
AbstractAnnotation. setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the annotation should be displayed.void
LineLabel. setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the label should be displayed.void
LineLabel. setFont(FontCallback<AnnotationContext> fontCallback)
Sets the font callback.void
PointAnnotation. setRadius(RadiusCallback<AnnotationContext> radiusCallback)
Sets the callback to set the radius.void
EllipseAnnotation. setRotation(RotationCallback<AnnotationContext> rotationCallback)
Sets the callback to set the rotation of label in degrees.void
LineLabel. setRotation(RotationCallback<AnnotationContext> rotationCallback)
Sets the callback to set the rotation of label in degrees.void
LineLabel. setTextAlign(TextAlignCallback<AnnotationContext> alignCallback)
Sets the callback to set the horizontal alignment of the label text when multiple lines.
-