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 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.Methods in org.pepstock.charba.client with parameters of type AnimationCollection Modifier and Type Method Description void
UpdateConfiguration. 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 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.Methods in org.pepstock.charba.client.configuration with parameters of type AnimationCollection Modifier and Type Method Description void
Animations. 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 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.Methods in org.pepstock.charba.client.options with parameters of type AnimationCollection Modifier and Type Method Description 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.
-