| Package | Description | 
|---|---|
| org.pepstock.charba.client.annotation | 
 Contains all classes to activate the  
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. | 
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| org.pepstock.charba.client.datalabels | 
 Contains all classes to activate the  
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. | 
| org.pepstock.charba.client.labels | 
 Contains all classes to use  
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS | 
| org.pepstock.charba.client.options | 
 Contains all elements to configure charts at global level (know as chart global options). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontCallback<AnnotationContext> | 
LineLabel.getFontCallback()
Returns the font callback, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LineLabel.setFont(FontCallback<AnnotationContext> fontCallback)
Sets the the font callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontCallback<ScaleContext> | 
RadialPointLabels.getFontCallback()
Returns the font callback, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RadialPointLabels.setFont(FontCallback<ScaleContext> fontCallback)
Sets the the font callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontCallback<DataLabelsContext> | 
LabelItem.getFontCallback()
Returns the font callback, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractBuilder<T> | 
AbstractBuilder.setFont(FontCallback<DataLabelsContext> fontCallback)
Sets the the font callback. 
 | 
void | 
LabelItem.setFont(FontCallback<DataLabelsContext> fontCallback)
Sets the the font callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontCallback<LabelsContext> | 
Label.getFontCallback()
Returns the font callback, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
LabelBuilder | 
LabelBuilder.setFont(FontCallback<LabelsContext> fontColorCallback)
Sets the font color callback. 
 | 
void | 
Label.setFont(FontCallback<LabelsContext> fontCallback)
Sets the font callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FontCallback<T> | 
IsScriptableFontProvider.getFontCallback()
Returns the  
FontCallback if it has been set or null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IsScriptableFontProvider.setFont(FontCallback<T> fontCallback)
Sets the font callback. 
 |