Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Packages that use IsDefaultBaseAnimation 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 IsDefaultBaseAnimation in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsDefaultBaseAnimation 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 IsDefaultBaseAnimation in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsDefaultBaseAnimation Modifier and Type Class Description class
Animation
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. -
Uses of IsDefaultBaseAnimation in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultBaseAnimation in org.pepstock.charba.client.defaults Modifier and Type Interface Description interface
IsDefaultAnimation
Interface to define animation object defaults, ANIMATION name space.interface
IsDefaultAnimationCollection
Interface to define animation for element properties defaults. -
Uses of IsDefaultBaseAnimation in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultBaseAnimation Modifier and Type Class Description class
DefaultChartAnimation
Defaults for animation option element, based on chart type.class
DefaultChartAnimationCollection
CHART.JS default values for animation collection. -
Uses of IsDefaultBaseAnimation in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultBaseAnimation Modifier and Type Class Description class
DefaultAnimation
CHART.JS default values for ANIMATION element.class
DefaultAnimationCollection
CHART.JS default values for animation collection. -
Uses of IsDefaultBaseAnimation in org.pepstock.charba.client.options
Subinterfaces of IsDefaultBaseAnimation in org.pepstock.charba.client.options Modifier and Type Interface Description interface
IsAnimation
Interface to map a animations element, ANIMATIONS name space.Classes in org.pepstock.charba.client.options that implement IsDefaultBaseAnimation Modifier and Type Class Description class
Animation
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, ANIMATION name space.class
AnimationCollection
Is the base animation options with common properties for animation properties (property and collections of properties).
-