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 AnimationCollectionUpdateConfiguration. create(AnimationCollectionKey collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionUpdateConfiguration. get(AnimationCollectionKey collection)Returns an animation collection instance if stored in the animation options.booleanUpdateConfiguration. has(AnimationCollectionKey collection)Returnstrueif an animation collection instance is stored in the animation options.booleanUpdateConfiguration. isEnabled(AnimationCollectionKey collection)Returnstrueif the animation collection is enabled, otherwisefalse.voidUpdateConfiguration. remove(AnimationCollectionKey collection)Removes an animation collection previously added.voidUpdateConfiguration. set(AnimationCollectionKey collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.voidUpdateConfiguration. 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 AnimationCollectionAnimations. create(AnimationCollectionKey collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionAnimations. get(AnimationCollectionKey collection)Returns an animation collection instance if stored in the animation options.booleanAnimations. has(AnimationCollectionKey collection)Returnstrueif an animation collection instance is stored in the animation options.booleanAnimations. isEnabled(AnimationCollectionKey collection)Returnstrueif the animation collection is enabled, otherwisefalse.voidAnimations. remove(AnimationCollectionKey collection)Removes an animation collection previously added.voidAnimations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.voidAnimations. 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 IsDefaultAnimationCollectionIsDefaultAnimations. get(AnimationCollectionKey collection)Returns an animation collection instance if stored in the animation options.booleanIsDefaultAnimations. has(AnimationCollectionKey collection)Returnstrueif 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 IsDefaultAnimationCollectionDefaultChartAnimations. get(AnimationCollectionKey collection)booleanDefaultChartAnimations. 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 IsDefaultAnimationCollectionDefaultAnimations. get(AnimationCollectionKey collection)booleanDefaultAnimations. 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 classDefaultAnimationCollectionKeyCores animation collections names provided out of the box by CHART.JS.classDefaultAnimationPropertyKeyCores 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 booleanDefaultAnimationCollectionKey. is(AnimationCollectionKey collection)Returnstrueif 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 interfaceAnimationPropertyKeyRepresents the property id to set to the configure animation collection items.Methods in org.pepstock.charba.client.options that return AnimationCollectionKey Modifier and Type Method Description static AnimationCollectionKeyAnimationCollectionKey. checkAndGetIfValid(AnimationCollectionKey collection)Checks if collection passed as argument is notnulland its value is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the argument.static AnimationCollectionKeyAnimationCollectionKey. create(String collection, AnimationType type)Returns a animation collection instance by its string value.static AnimationCollectionKeyAnimationCollectionKey. 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 AnimationCollectionKeyAnimationCollectionKey. checkAndGetIfValid(AnimationCollectionKey collection)Checks if collection passed as argument is notnulland its value is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the argument.static voidAnimationCollectionKey. checkIfValid(AnimationCollectionKey collection)Checks if type passed as argument is notnulland its type is notnullas well.
If not, throw aIllegalArgumentException.AnimationCollectionAnimations. create(AnimationCollectionKey collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionIsAnimations. create(AnimationCollectionKey collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionAnimations. get(AnimationCollectionKey collection)Returns an animation collection instance if stored in the animation options.AnimationCollectionIsAnimations. get(AnimationCollectionKey collection)Returns an animation collection instance if stored in the animation options.booleanAnimations. has(AnimationCollectionKey collection)Returnstrueif an animation collection instance is stored in the animation options.booleanAnimations. isEnabled(AnimationCollectionKey collection)Returnstrueif the animation collection is enabled, otherwisefalse.booleanIsAnimations. isEnabled(AnimationCollectionKey collection)Returnstrueif the animation collection is enabled, otherwisefalse.static booleanAnimationCollectionKey. isValid(AnimationCollectionKey collection)Returnstrueif type passed as argument is notnulland its type is notnullas well.voidAnimations. remove(AnimationCollectionKey collection)Removes an animation collection previously added.voidIsAnimations. remove(AnimationCollectionKey collection)Removes an animation collection previously added.voidAnimations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.voidIsAnimations. set(AnimationCollectionKey collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.voidAnimations. setEnabled(AnimationCollectionKey collection, boolean enabled)Enables or disables an animation collection instance in the animation options.voidIsAnimations. setEnabled(AnimationCollectionKey collection, boolean enabled)Enables or disables an animation collection instance in the animation options.
-