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(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.Methods in org.pepstock.charba.client with parameters of type AnimationCollection Modifier and Type Method Description voidUpdateConfiguration. set(AnimationCollectionKey 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(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.Methods in org.pepstock.charba.client.configuration with parameters of type AnimationCollection Modifier and Type Method Description voidAnimations. set(AnimationCollectionKey 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 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.Methods in org.pepstock.charba.client.options with parameters of type AnimationCollection Modifier and Type Method Description 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.
-