Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Packages that use IsDefaultAnimationCollection 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 IsDefaultAnimationCollection in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultAnimationCollection Modifier and Type Method Description IsDefaultAnimationCollection
IsDefaultAnimations. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options. -
Uses of IsDefaultAnimationCollection in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultAnimationCollection Modifier and Type Class Description class
DefaultChartAnimationCollection
CHART.JS default values for animation collection.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultAnimationCollection Modifier and Type Method Description IsDefaultAnimationCollection
DefaultChartAnimations. get(AnimationCollectionKey collection)
-
Uses of IsDefaultAnimationCollection in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultAnimationCollection Modifier and Type Class Description class
DefaultAnimationCollection
CHART.JS default values for animation collection.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultAnimationCollection Modifier and Type Method Description IsDefaultAnimationCollection
DefaultAnimations. get(AnimationCollectionKey collection)
-
Uses of IsDefaultAnimationCollection in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultAnimationCollection Modifier and Type Class Description class
AnimationCollection
Is the base animation options with common properties for animation properties (property and collections of properties).
-