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.IDplugin (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 voidLabel. setColor(ColorCallback<LabelsContext> colorCallback)Sets the font color callback.voidLabel. setFont(FontCallback<LabelsContext> fontCallback)Sets the font callback.LabelBuilderLabelBuilder. setFont(FontCallback<LabelsContext> fontColorCallback)Sets the font color callback.
-