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(Key collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
UpdateConfiguration. 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 void
UpdateConfiguration. 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 AnimationCollection
Animations. create(Key collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
Animations. 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 void
Animations. 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 AnimationCollection
AbstractAnimations. create(Key collection)
AnimationCollection
Animations. create(Key collection)
Creates an animation collection instance and stores in the animation options.default AnimationCollection
IsAnimations. create(String collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
IsAnimations. create(Key collection)
Creates an animation collection instance and stores in the animation options.AnimationCollection
AbstractAnimations. get(Key collection)
AnimationCollection
Animations. get(Key collection)
Returns an animation collection instance if stored in the animation options.default AnimationCollection
IsAnimations. get(String collection)
Returns an animation collection instance if stored in the animation options.AnimationCollection
IsAnimations. 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 void
AbstractAnimations. set(Key collection, AnimationCollection animationCollection)
void
Animations. set(Key collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.default void
IsAnimations. set(String collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.void
IsAnimations. set(Key collection, AnimationCollection animationCollection)
Sets an animation collection instance to store in the animation options.
-