Uses of Class
org.pepstock.charba.client.options.AnimationCollection
-
Packages that use AnimationCollection 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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of AnimationCollection in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return AnimationCollection Modifier and Type Method Description AnimationCollectionUpdateConfiguration. create(Key collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionUpdateConfiguration. get(Key collection)Returns an animation collection instance if stored in the animation options.Methods in org.pepstock.charba.client with parameters of type AnimationCollection Modifier and Type Method Description voidUpdateConfiguration. set(Key collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options. -
Uses of AnimationCollection in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return AnimationCollection Modifier and Type Method Description AnimationCollectionAnimations. create(Key collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionAnimations. get(Key collection)Returns an animation collection instance if stored in the animation options.Methods in org.pepstock.charba.client.configuration with parameters of type AnimationCollection Modifier and Type Method Description voidAnimations. set(Key collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options. -
Uses of AnimationCollection in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return AnimationCollection Modifier and Type Method Description AnimationCollectionAbstractAnimations. create(Key collection)AnimationCollectionAnimations. create(Key collection)Creates an animation collection instance and stores in the animation options.default AnimationCollectionIsAnimations. create(String collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionIsAnimations. create(Key collection)Creates an animation collection instance and stores in the animation options.AnimationCollectionAbstractAnimations. get(Key collection)AnimationCollectionAnimations. get(Key collection)Returns an animation collection instance if stored in the animation options.default AnimationCollectionIsAnimations. get(String collection)Returns an animation collection instance if stored in the animation options.AnimationCollectionIsAnimations. get(Key collection)Returns an animation collection instance if stored in the animation options.Methods in org.pepstock.charba.client.options with parameters of type AnimationCollection Modifier and Type Method Description voidAbstractAnimations. set(Key collection, AnimationCollection animationCollection)voidAnimations. set(Key collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.default voidIsAnimations. set(String collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.voidIsAnimations. set(Key collection, AnimationCollection animationCollection)Sets an animation collection instance to store in the animation options.
-