Interface IsDefaultAnimation
- 
- All Superinterfaces:
- IsDefaultBaseAnimation
 - All Known Subinterfaces:
- IsAnimation
 - All Known Implementing Classes:
- Animation,- Animation,- DefaultAnimation,- DefaultChartAnimation,- UpdateConfiguration
 
 public interface IsDefaultAnimation extends IsDefaultBaseAnimation Interface to define animation object defaults, ANIMATION name space.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAnimateRotate()Iftrue, the chart will animate in with a rotation animation.booleanisAnimateScale()Iftrue, will animate scaling the chart from the center outwards.- 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimationgetDelay, getDelayCallback, getDuration, getDurationCallback, getEasing, getEasingCallback, getLoopCallback, isLoop
 
- 
 
- 
- 
- 
Method Detail- 
isAnimateRotateboolean isAnimateRotate() Iftrue, the chart will animate in with a rotation animation.- Returns:
- If true, the chart will animate in with a rotation animation.
 
 - 
isAnimateScaleboolean isAnimateScale() Iftrue, will animate scaling the chart from the center outwards.- Returns:
- If true, will animate scaling the chart from the center outwards.
 
 
- 
 
-