Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultFiller
-
Packages that use IsDefaultFiller Package Description org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultFiller in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultFiller Modifier and Type Method Description IsDefaultFillerIsDefaultOptions. getFiller()Returns the filler defaults. -
Uses of IsDefaultFiller in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultFiller Modifier and Type Class Description classDefaultChartFillerDefaults for filler plugin option element, based on chart type.Constructors in org.pepstock.charba.client.defaults.chart with parameters of type IsDefaultFiller Constructor Description DefaultChartFiller(IsDefaultFiller filler)Creates the object by filler plugin option element instance. -
Uses of IsDefaultFiller in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultFiller Modifier and Type Class Description classDefaultFillerCHART.JS default values for FILLER plugin element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultFiller Modifier and Type Method Description IsDefaultFillerAbstractDefaultOptions. getFiller() -
Uses of IsDefaultFiller in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultFiller Modifier and Type Class Description classFillerThe filler plugin can be used to fill the datasets.
-