Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
CornerRadiusCallback<AnnotationContext> |
LineLabel.getCornerRadiusCallback()
Returns the callback called to set the corner radius.
|
CornerRadiusCallback<AnnotationContext> |
BoxAnnotation.getCornerRadiusCallback()
Returns the callback called to set the corner radius.
|
Modifier and Type | Method and Description |
---|---|
void |
LineLabel.setCornerRadius(CornerRadiusCallback<AnnotationContext> cornerRadiusCallback)
Sets the callback to set the corner radius.
|
void |
BoxAnnotation.setCornerRadius(CornerRadiusCallback<AnnotationContext> cornerRadiusCallback)
Sets the callback to set the corner radius.
|