Class DefaultAnimationTransition
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
 
- 
- All Implemented Interfaces:
- IsDefaultAnimationTransition
 
 public class DefaultAnimationTransition extends Object implements IsDefaultAnimationTransition CHART.JS default values for animation collection.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultAnimationgetAnimation()Returns the animation element.IsDefaultAnimationsgetAnimations()Returns the animations collection element.
 
- 
- 
- 
Method Detail- 
getAnimationpublic IsDefaultAnimation getAnimation() Description copied from interface:IsDefaultAnimationTransitionReturns the animation element.- Specified by:
- getAnimationin interface- IsDefaultAnimationTransition
- Returns:
- the animation
 
 - 
getAnimationspublic IsDefaultAnimations getAnimations() Description copied from interface:IsDefaultAnimationTransitionReturns the animations collection element.- Specified by:
- getAnimationsin interface- IsDefaultAnimationTransition
- Returns:
- the animations collection
 
 
- 
 
-