Uses of Class
org.pepstock.charba.client.labels.Label
-
Packages that use Label Package Description org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS. -
-
Uses of Label in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels that return Label Modifier and Type Method Description Label
LabelsOptions. createLabel(String id)
Creates new label (if not exist) using the label if passed as argument.Label
LabelsOptions. createLabel(LabelId id)
Creates new label (if not exist) using the label if passed as argument.Label
LabelsOptions. getLabel(String id)
Returns the label with the id passed as argument ornull
if not exist.Label
LabelsOptions. getLabel(LabelId id)
Returns the label with the id passed as argument ornull
if not exist.Label
LabelsContext. getLabelOptions()
Returns the label options of plugin.Methods in org.pepstock.charba.client.labels that return types with arguments of type Label Modifier and Type Method Description List<Label>
LabelsOptions. getLabels()
Returns the collection of labels.
-