-
public interface AnimationSetting
-
-
Method Summary
Modifier and Type Method Description abstract DirectiongetDirection()abstract intgetDuration()abstract InterpolatorgetInterpolator()-
-
Method Detail
-
getDirection
abstract Direction getDirection()
-
getDuration
abstract int getDuration()
-
getInterpolator
abstract Interpolator getInterpolator()
-
-
-
-