Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Packages that use IsDefaultFontContainer 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).org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility. -
-
Uses of IsDefaultFontContainer in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultFontContainer in org.pepstock.charba.client.defaults Modifier and Type Interface Description interfaceIsDefaultAbstractTitleInterface to define title object defaults.interfaceIsDefaultLegendLabelsInterface to define legend labels object defaults.interfaceIsDefaultLegendTitleInterface to define legend title object defaults.interfaceIsDefaultPointLabelsInterface to define point labels object defaults.interfaceIsDefaultScaleTitleInterface to define scale title object defaults.interfaceIsDefaultSubtitleInterface to define subtitle object defaults.interfaceIsDefaultTicksInterface to define ticks object defaults.interfaceIsDefaultTitleInterface to define title object defaults. -
Uses of IsDefaultFontContainer in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultFontContainer Modifier and Type Class Description classDefaultChartLegendLabelsDefaults for legend labels option element, based on chart type.classDefaultChartLegendTitleDefaults for legend title option element, based on chart type.classDefaultChartPointLabelsDefaults for point labels option element, based on chart type.classDefaultChartScaleTitleDefaults for scale title option element, based on chart type.classDefaultChartSubtitleDefaults for subtitle option element, based on chart type.classDefaultChartTicksDefaults for ticks option element, based on chart type.classDefaultChartTitleDefaults for title option element, based on chart type. -
Uses of IsDefaultFontContainer in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultFontContainer Modifier and Type Class Description classDefaultLegendLabelsCHART.JS default values for LEGENDLABELS element.classDefaultLegendTitleCHART.JS default values for LEGENDTITLE element.classDefaultPointLabelsCHART.JS default values for POINTLABELS element.classDefaultScaleTitleCHART.JS default values for TITLE element of a scale.classDefaultSubtitleCHART.JS default values for SUBTITLE element.classDefaultTicksCHART.JS default values for TICKS element.classDefaultTitleCHART.JS default values for TITLE element. -
Uses of IsDefaultFontContainer in org.pepstock.charba.client.options
Subinterfaces of IsDefaultFontContainer in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasFontInterface to map the font and color options.interfaceIsTitleInterface to map a title and subtitle elements.Classes in org.pepstock.charba.client.options that implement IsDefaultFontContainer Modifier and Type Class Description classAbstractTitle<T extends IsDefaultAbstractTitle>Configures the default chart title and subtitle which defines texts to draw at the top of the chart.classLegendLabelsThis is the labels configuration of the legend.classLegendTitleThis is the title configuration of the legend.classPointLabelsIt is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display istrue.classScaleTitleWhen creating a chart, you want to tell the viewer what data they are viewing.classSubtitleConfigures the default chart subtitle which defines text to draw at the top of the chart.classTicksAll configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis.classTitleConfigures the default chart title which defines text to draw at the top of the chart.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultFontContainer Constructor Description FontContainer(AbstractNode parent, IsDefaultFontContainer defaultValues, NativeObject nativeObject)Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist. -
Uses of IsDefaultFontContainer in org.pepstock.charba.client.utils.toast
Subinterfaces of IsDefaultFontContainer in org.pepstock.charba.client.utils.toast Modifier and Type Interface Description interfaceIsDefaultActionInterface to define toast action object defaults.interfaceIsDefaultContentElementClasses in org.pepstock.charba.client.utils.toast that implement IsDefaultFontContainer Modifier and Type Class Description classActionConfigures style of the toast actions.classActionItemDefines user action to show on a toast in order to enable the user to act with the toast.classLabelConfigures the toast label.classTitleConfigures the toast title.
-