Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Packages that use IsDefaultInteraction 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 IsDefaultInteraction in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultInteraction Modifier and Type Method Description IsDefaultInteractionIsDefaultOptions. getHover()Returns the hover defaults.IsDefaultInteractionIsDefaultOptions. getInteraction()Returns the interaction defaults. -
Uses of IsDefaultInteraction in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultInteraction Modifier and Type Class Description classDefaultChartHoverDefaults for hover option element, based on chart type.classDefaultChartInteractionDefaults for interaction option element, based on chart type.Constructors in org.pepstock.charba.client.defaults.chart with parameters of type IsDefaultInteraction Constructor Description DefaultChartHover(IsDefaultInteraction hover)Creates the object by hover option element instance.DefaultChartInteraction(IsDefaultInteraction interaction)Creates the object by interaction option element instance. -
Uses of IsDefaultInteraction in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultInteraction Modifier and Type Class Description classDefaultHoverCHART.JS default values for HOVER element.classDefaultInteractionCHART.JS default values for INTERACTION element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultInteraction Modifier and Type Method Description IsDefaultInteractionAbstractDefaultOptions. getHover()IsDefaultInteractionAbstractDefaultOptions. getInteraction() -
Uses of IsDefaultInteraction in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultInteraction Modifier and Type Class Description classHoverDefinitions about how elements appear in the tooltip, hovering the chart.classInteractionDefinitions about how elements appear in the tooltip, hovering the chart.
-