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 AnimationTransitionTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionTransitions. get(TransitionKey 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 voidTransitions. set(TransitionKey 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 classAnimationContainerManages 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 AnimationTransitionIsTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionTransitions. create(TransitionKey transition)Creates an animation transition instance and stores in the animation options.AnimationTransitionIsTransitions. get(TransitionKey transition)Returns an animation transition instance if stored in the animation options.AnimationTransitionTransitions. get(TransitionKey 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 voidIsTransitions. set(TransitionKey transition, AnimationTransition animationTransition)Sets an animation transition instance to store in the animation options.voidTransitions. set(TransitionKey transition, AnimationTransition animationTransition)Sets an animation transition instance to store in the animation options.
-