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.IDplugin (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 LabelLabelsOptions. createLabel(String id)Creates new label (if not exist) using the label if passed as argument.LabelLabelsOptions. createLabel(LabelId id)Creates new label (if not exist) using the label if passed as argument.LabelLabelsOptions. getLabel(String id)Returns the label with the id passed as argument ornullif not exist.LabelLabelsOptions. getLabel(LabelId id)Returns the label with the id passed as argument ornullif not exist.LabelLabelsContext. 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.
-