Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Packages that use IsDefaultAnimations Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).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 IsDefaultAnimations in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsDefaultAnimations Modifier and Type Class Description class
UpdateConfiguration
Object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. -
Uses of IsDefaultAnimations in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsDefaultAnimations Modifier and Type Class Description class
Animations
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific sets of element(like bar, point, arc and line) properties. -
Uses of IsDefaultAnimations in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultAnimations Modifier and Type Method Description IsDefaultAnimations
IsDefaultAnimationTransition. getAnimations()
Returns the animations collection element. -
Uses of IsDefaultAnimations in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultAnimations Modifier and Type Class Description class
DefaultChartAnimations
Defaults for animations option element, based on chart type.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultAnimations Modifier and Type Method Description IsDefaultAnimations
DefaultChartAnimationTransition. getAnimations()
IsDefaultAnimations
DefaultChartTooltips. getAnimations()
IsDefaultAnimations
DefaultChartTypedDatasets. getAnimations()
Constructors in org.pepstock.charba.client.defaults.chart with parameters of type IsDefaultAnimations Constructor Description DefaultChartAnimations(IsDefaultAnimations animations)
Creates the object by animations option element instance. -
Uses of IsDefaultAnimations in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultAnimations Modifier and Type Class Description class
DefaultAnimations
CHART.JS default values for ANIMATION element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultAnimations Modifier and Type Method Description IsDefaultAnimations
AbstractDefaultOptions. getAnimations()
IsDefaultAnimations
DefaultAnimationTransition. getAnimations()
IsDefaultAnimations
DefaultTooltips. getAnimations()
IsDefaultAnimations
DefaultTypedDataset. getAnimations()
-
Uses of IsDefaultAnimations in org.pepstock.charba.client.options
Subinterfaces of IsDefaultAnimations in org.pepstock.charba.client.options Modifier and Type Interface Description interface
IsAnimations
Interface to map a animations element where animation element properties can be set, ANIMATIONS name space.Classes in org.pepstock.charba.client.options that implement IsDefaultAnimations Modifier and Type Class Description class
Animations
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space.
-