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 useToaster
utility. -
-
Uses of IsDefaultFontContainer in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultFontContainer in org.pepstock.charba.client.defaults Modifier and Type Interface Description interface
IsDefaultAbstractTitle
Interface to define title object defaults.interface
IsDefaultLegendLabels
Interface to define legend labels object defaults.interface
IsDefaultLegendTitle
Interface to define legend title object defaults.interface
IsDefaultPointLabels
Interface to define point labels object defaults.interface
IsDefaultScaleTitle
Interface to define scale title object defaults.interface
IsDefaultSubtitle
Interface to define subtitle object defaults.interface
IsDefaultTicks
Interface to define ticks object defaults.interface
IsDefaultTitle
Interface 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 class
DefaultChartLegendLabels
Defaults for legend labels option element, based on chart type.class
DefaultChartLegendTitle
Defaults for legend title option element, based on chart type.class
DefaultChartPointLabels
Defaults for point labels option element, based on chart type.class
DefaultChartScaleTitle
Defaults for scale title option element, based on chart type.class
DefaultChartSubtitle
Defaults for subtitle option element, based on chart type.class
DefaultChartTicks
Defaults for ticks option element, based on chart type.class
DefaultChartTitle
Defaults 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 class
DefaultLegendLabels
CHART.JS default values for LEGENDLABELS element.class
DefaultLegendTitle
CHART.JS default values for LEGENDTITLE element.class
DefaultPointLabels
CHART.JS default values for POINTLABELS element.class
DefaultScaleTitle
CHART.JS default values for TITLE element of a scale.class
DefaultSubtitle
CHART.JS default values for SUBTITLE element.class
DefaultTicks
CHART.JS default values for TICKS element.class
DefaultTitle
CHART.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 interface
HasFont
Interface to map the font and color options.interface
IsTitle
Interface to map a title and subtitle elements.Classes in org.pepstock.charba.client.options that implement IsDefaultFontContainer Modifier and Type Class Description class
AbstractTitle<T extends IsDefaultAbstractTitle>
Configures the default chart title and subtitle which defines texts to draw at the top of the chart.class
LegendLabels
This is the labels configuration of the legend.class
LegendTitle
This is the title configuration of the legend.class
PointLabels
It 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
.class
ScaleTitle
When creating a chart, you want to tell the viewer what data they are viewing.class
Subtitle
Configures the default chart subtitle which defines text to draw at the top of the chart.class
Ticks
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis.class
Title
Configures 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 interface
IsDefaultAction
Interface to define toast action object defaults.interface
IsDefaultContentElement
Classes in org.pepstock.charba.client.utils.toast that implement IsDefaultFontContainer Modifier and Type Class Description class
Action
Configures style of the toast actions.class
ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.class
Label
Configures the toast label.class
Title
Configures the toast title.
-