Uses of Class
org.pepstock.charba.client.commons.AbstractBaseBuilder
-
Packages that use AbstractBaseBuilder Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of AbstractBaseBuilder in org.pepstock.charba.client
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client Modifier and Type Class Description class
UpdateConfigurationBuilder
Comfortable object to createUpdateConfiguration
item. -
Uses of AbstractBaseBuilder in org.pepstock.charba.client.datalabels
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client.datalabels Modifier and Type Class Description class
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to createDataLabelsPlugin.ID
label item by a builder.class
DataLabelsOptionsBuilder
Comfortable object to createDataLabelsPlugin.ID
plugin options by a builder.class
LabelItemBuilder
Comfortable object to createDataLabelsPlugin.ID
label item by a builder. -
Uses of AbstractBaseBuilder in org.pepstock.charba.client.impl.plugins
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client.impl.plugins Modifier and Type Class Description class
ChartBackgroundColorOptionsBuilder
Comfortable object to createChartBackgroundColor.ID
plugin options by a builder.class
ChartPointerOptionsBuilder
Comfortable object to createChartPointer.ID
plugin options by a builder.class
ColorSchemesOptionsBuilder
Comfortable object to createColorSchemes.ID
plugin options by a builder.class
DatasetsItemsSelectorOptionsBuilder
Comfortable object to createDatasetsItemsSelector.ID
plugin options by a builder.class
HtmlLegendOptionsBuilder
Comfortable object to createHtmlLegend.ID
plugin options by a builder. -
Uses of AbstractBaseBuilder in org.pepstock.charba.client.labels
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client.labels Modifier and Type Class Description class
LabelsOptionsBuilder
Comfortable object to createLabelsPlugin.ID
plugin options by a builder. -
Uses of AbstractBaseBuilder in org.pepstock.charba.client.utils.toast
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client.utils.toast Modifier and Type Class Description class
ToastOptionsBuilder
Comfortable object to createToaster
options by a builder.
-