Uses of Class
org.pepstock.charba.client.labels.LabelsContext
-
Packages that use LabelsContext Package Description org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS. -
-
Uses of LabelsContext in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels that return types with arguments of type LabelsContext Modifier and Type Method Description ColorCallback<LabelsContext>
Label. getColorCallback()
Returns the font color callback, if set, otherwisenull
.FontCallback<LabelsContext>
Label. getFontCallback()
Returns the font callback, if set, otherwisenull
.Method parameters in org.pepstock.charba.client.labels with type arguments of type LabelsContext Modifier and Type Method Description void
Label. setColor(ColorCallback<LabelsContext> colorCallback)
Sets the font color callback.void
Label. setFont(FontCallback<LabelsContext> fontCallback)
Sets the font callback.LabelBuilder
LabelBuilder. setFont(FontCallback<LabelsContext> fontColorCallback)
Sets the font color callback.
-