Class DefaultChartAnimationTransition
- java.lang.Object
-
- org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
-
- All Implemented Interfaces:
IsDefaultAnimationTransition
public class DefaultChartAnimationTransition extends Object implements IsDefaultAnimationTransition
Defaults for property animation option element.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultAnimation
getAnimation()
Returns the animation element.IsDefaultAnimations
getAnimations()
Returns the animations collection element.
-
-
-
Method Detail
-
getAnimation
public IsDefaultAnimation getAnimation()
Description copied from interface:IsDefaultAnimationTransition
Returns the animation element.- Specified by:
getAnimation
in interfaceIsDefaultAnimationTransition
- Returns:
- the animation
-
getAnimations
public IsDefaultAnimations getAnimations()
Description copied from interface:IsDefaultAnimationTransition
Returns the animations collection element.- Specified by:
getAnimations
in interfaceIsDefaultAnimationTransition
- Returns:
- the animations collection
-
-