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.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.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 IsDefaultInteraction
IsDefaultOptions. getHover()
Returns the hover defaults.IsDefaultInteraction
IsDefaultOptions. 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 class
DefaultChartHover
Defaults for hover option element, based on chart type.class
DefaultChartInteraction
Defaults 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 class
DefaultHover
CHART.JS default values for HOVER element.class
DefaultInteraction
CHART.JS default values for INTERACTION element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultInteraction Modifier and Type Method Description IsDefaultInteraction
AbstractDefaultOptions. getHover()
IsDefaultInteraction
AbstractDefaultOptions. getInteraction()
-
Uses of IsDefaultInteraction in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultInteraction Modifier and Type Class Description class
InteractionOptions
Definitions about how the interaction with events will be applied on chart elements. -
Uses of IsDefaultInteraction in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultInteraction Modifier and Type Class Description class
Hover
Definitions about how elements appear in the chart, hovering the chart.class
Interaction
Definitions about how the user can interact with chart elements.
-