Uses of Class
org.pepstock.charba.client.options.AnimationTransition
-
Packages that use AnimationTransition Package Description 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 AnimationTransition in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return AnimationTransition Modifier and Type Method Description AnimationTransition
Transitions. create(TransitionMode transition)
Creates an animation transition instance and stores in the animation options.AnimationTransition
Transitions. get(TransitionMode transition)
Returns an animation transition instance if stored in the animation options.Methods in org.pepstock.charba.client.configuration with parameters of type AnimationTransition Modifier and Type Method Description void
Transitions. set(TransitionMode transition, AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options. -
Uses of AnimationTransition in org.pepstock.charba.client.options
Subclasses of AnimationTransition in org.pepstock.charba.client.options Modifier and Type Class Description class
AnimationContainer
Manages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.Methods in org.pepstock.charba.client.options that return AnimationTransition Modifier and Type Method Description AnimationTransition
IsTransitions. create(TransitionMode transition)
Creates an animation transition instance and stores in the animation options.AnimationTransition
Transitions. create(TransitionMode transition)
Creates an animation transition instance and stores in the animation options.AnimationTransition
IsTransitions. get(TransitionMode transition)
Returns an animation transition instance if stored in the animation options.AnimationTransition
Transitions. get(TransitionMode transition)
Returns an animation transition instance if stored in the animation options.Methods in org.pepstock.charba.client.options with parameters of type AnimationTransition Modifier and Type Method Description void
IsTransitions. set(TransitionMode transition, AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.void
Transitions. set(TransitionMode transition, AnimationTransition animationTransition)
Sets an animation transition instance to store in the animation options.
-