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.IDplugin (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.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility. -
-
Uses of AbstractBaseBuilder in org.pepstock.charba.client
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client Modifier and Type Class Description classUpdateConfigurationBuilderComfortable object to createUpdateConfigurationitem. -
Uses of AbstractBaseBuilder in org.pepstock.charba.client.datalabels
Subclasses of AbstractBaseBuilder in org.pepstock.charba.client.datalabels Modifier and Type Class Description classAbstractBuilder<T extends LabelItem>Abstract base comfortable object to createDataLabelsPlugin.IDlabel item by a builder.classDataLabelsOptionsBuilderComfortable object to createDataLabelsPlugin.IDplugin options by a builder.classLabelItemBuilderComfortable object to createDataLabelsPlugin.IDlabel 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 classChartBackgroundColorOptionsBuilderComfortable object to createChartBackgroundColor.IDplugin options by a builder.classChartPointerOptionsBuilderComfortable object to createChartPointer.IDplugin options by a builder.classColorSchemesOptionsBuilderComfortable object to createColorSchemes.IDplugin options by a builder.classDatasetsItemsSelectorOptionsBuilderComfortable object to createDatasetsItemsSelector.IDplugin options by a builder.classHtmlLegendOptionsBuilderComfortable object to createHtmlLegend.IDplugin 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 classLabelsOptionsBuilderComfortable object to createLabelsPlugin.IDplugin 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 classToastOptionsBuilderComfortable object to createToasteroptions by a builder.
-