Uses of Interface
org.pepstock.charba.client.options.AnimationCollectionKey
-
Packages that use AnimationCollectionKey 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.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of AnimationCollectionKey in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type AnimationCollectionKey Modifier and Type Method Description AnimationCollection
UpdateConfiguration. create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
UpdateConfiguration. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.boolean
UpdateConfiguration. has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options.boolean
UpdateConfiguration. isEnabled(AnimationCollectionKey collection)
Returnstrue
if the animation collection is enabled, otherwisefalse
.void
UpdateConfiguration. remove(AnimationCollectionKey collection)
Removes an animation collection previously added.void
UpdateConfiguration. set(AnimationCollectionKey collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.void
UpdateConfiguration. setEnabled(AnimationCollectionKey collection, boolean enabled)
Enables or disables an animation collection instance in the animation options. -
Uses of AnimationCollectionKey in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type AnimationCollectionKey Modifier and Type Method Description AnimationCollection
Animations. create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
Animations. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.boolean
Animations. has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options.boolean
Animations. isEnabled(AnimationCollectionKey collection)
Returnstrue
if the animation collection is enabled, otherwisefalse
.void
Animations. remove(AnimationCollectionKey collection)
Removes an animation collection previously added.void
Animations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.void
Animations. setEnabled(AnimationCollectionKey collection, boolean enabled)
Enables or disables an animation collection instance in the animation options. -
Uses of AnimationCollectionKey in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults with parameters of type AnimationCollectionKey Modifier and Type Method Description IsDefaultAnimationCollection
IsDefaultAnimations. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.boolean
IsDefaultAnimations. has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options. -
Uses of AnimationCollectionKey in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart with parameters of type AnimationCollectionKey Modifier and Type Method Description IsDefaultAnimationCollection
DefaultChartAnimations. get(AnimationCollectionKey collection)
boolean
DefaultChartAnimations. has(AnimationCollectionKey collection)
-
Uses of AnimationCollectionKey in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals with parameters of type AnimationCollectionKey Modifier and Type Method Description IsDefaultAnimationCollection
DefaultAnimations. get(AnimationCollectionKey collection)
boolean
DefaultAnimations. has(AnimationCollectionKey collection)
Constructors in org.pepstock.charba.client.defaults.globals with parameters of type AnimationCollectionKey Constructor Description DefaultAnimationCollection(AnimationCollectionKey collection)
Creates a default animation collection wrapping theAnimationCollectionKey
. -
Uses of AnimationCollectionKey in org.pepstock.charba.client.enums
Classes in org.pepstock.charba.client.enums that implement AnimationCollectionKey Modifier and Type Class Description class
DefaultAnimationCollectionKey
Cores animation collections names provided out of the box by CHART.JS.class
DefaultAnimationPropertyKey
Cores animation properties, to use to animate, provided out of the box by CHART.JS.Methods in org.pepstock.charba.client.enums with parameters of type AnimationCollectionKey Modifier and Type Method Description static boolean
DefaultAnimationCollectionKey. is(AnimationCollectionKey collection)
Returnstrue
if the argument is equals to a default animation collection. -
Uses of AnimationCollectionKey in org.pepstock.charba.client.options
Subinterfaces of AnimationCollectionKey in org.pepstock.charba.client.options Modifier and Type Interface Description interface
AnimationPropertyKey
Represents the property id to set to the configure animation collection items.Classes in org.pepstock.charba.client.options that implement AnimationCollectionKey Modifier and Type Class Description class
StandardAnimationCollection
This is a standard implementation of an animation collectionclass
StandardAnimationProperty
This is a standard implementation of an animation property.Methods in org.pepstock.charba.client.options that return AnimationCollectionKey Modifier and Type Method Description static AnimationCollectionKey
AnimationCollectionKey. checkAndGetIfValid(AnimationCollectionKey collection)
Checks if collection passed as argument is notnull
and its value is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the argument.static AnimationCollectionKey
AnimationCollectionKey. create(String collection, AnimationType type)
Returns a animation collection instance by its string value.static AnimationCollectionKey
AnimationCollectionKey. create(String collection, AnimationPropertyKey... properties)
Returns a animation collection instance by its string value.Methods in org.pepstock.charba.client.options with parameters of type AnimationCollectionKey Modifier and Type Method Description static AnimationCollectionKey
AnimationCollectionKey. checkAndGetIfValid(AnimationCollectionKey collection)
Checks if collection passed as argument is notnull
and its value is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the argument.static void
AnimationCollectionKey. checkIfValid(AnimationCollectionKey collection)
Checks if type passed as argument is notnull
and its type is notnull
as well.
If not, throw aIllegalArgumentException
.AnimationCollection
Animations. create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
IsAnimations. create(AnimationCollectionKey collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
Animations. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.AnimationCollection
IsAnimations. get(AnimationCollectionKey collection)
Returns an animation collection instance if stored in the animation options.boolean
Animations. has(AnimationCollectionKey collection)
Returnstrue
if an animation collection instance is stored in the animation options.boolean
Animations. isEnabled(AnimationCollectionKey collection)
Returnstrue
if the animation collection is enabled, otherwisefalse
.boolean
IsAnimations. isEnabled(AnimationCollectionKey collection)
Returnstrue
if the animation collection is enabled, otherwisefalse
.static boolean
AnimationCollectionKey. isValid(AnimationCollectionKey collection)
Returnstrue
if type passed as argument is notnull
and its type is notnull
as well.void
Animations. remove(AnimationCollectionKey collection)
Removes an animation collection previously added.void
IsAnimations. remove(AnimationCollectionKey collection)
Removes an animation collection previously added.void
Animations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.void
IsAnimations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.void
Animations. setEnabled(AnimationCollectionKey collection, boolean enabled)
Enables or disables an animation collection instance in the animation options.void
IsAnimations. setEnabled(AnimationCollectionKey collection, boolean enabled)
Enables or disables an animation collection instance in the animation options.
-