Package org.pepstock.charba.client.labels
Contains all classes to use
LabelsPlugin.ID
plugin (AKA chartjs-plugin-labels.js
) available for CHART.JS.- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description LabelId Represents the label id of a label configuration object in theLabelsPlugin.ID
plugin. -
Class Summary Class Description Font Base object to map font options forLabelsPlugin.ID
plugin configuration.Label This is the object to map theLabelsPlugin.ID
plugin options, both at chart and global level.LabelBuilder Comfortable object to createLabelsPlugin.ID
plugin LABEL options by a builder.LabelsContext This object is wrapping the native java script object provided byLabelsPlugin.ID
plugin when the callback function is called.LabelsEnvelop<T> This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.LabelsOptions This is the object to map theLabelsPlugin.ID
plugin options, both at chart and global level.LabelsOptionsBuilder Comfortable object to createLabelsPlugin.ID
plugin options by a builder.LabelsOptionsFactory Factory to get the options (form chart or from default global ones) related toLabelsPlugin.ID
plugin.LabelsPlugin Entry point of LABELS plugin with some static utilities to enable it and to get and set options.