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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAnimateRotate()
Iftrue
, the chart will animate in with a rotation animation.boolean
isAnimateScale()
Iftrue
, will animate scaling the chart from the center outwards.-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
getDelay, getDelayCallback, getDuration, getDurationCallback, getEasing, getEasingCallback, getLoopCallback, isLoop
-
-
-
-
Method Detail
-
isAnimateRotate
boolean isAnimateRotate()
Iftrue
, the chart will animate in with a rotation animation.- Returns:
- If
true
, the chart will animate in with a rotation animation.
-
isAnimateScale
boolean isAnimateScale()
Iftrue
, will animate scaling the chart from the center outwards.- Returns:
- If
true
, will animate scaling the chart from the center outwards.
-
-