public class

TweenAnimation

extends Object
java.lang.Object
   ↳ casmi.tween.TweenAnimation

Class Overview

Tween Animation

Summary

Public Constructors
TweenAnimation(AnimationTarget target, double startValue, double targetValue, double duration, Class<? extends TweenEquation> equationClazz)
Public Methods
double getDelayTime()
double getDuration()
double getEndTime()
double getEndValue()
double getReadyTime()
double getStartTime()
double getStartValue()
TweenAnimation.TweenAnimationStatus getStatus()
AnimationTarget getTarget()
double getValue()
void setDuration(double duration)
void setEndValue(double endValue)
void setStartValue(double startValue)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TweenAnimation (AnimationTarget target, double startValue, double targetValue, double duration, Class<? extends TweenEquation> equationClazz)

Public Methods

public double getDelayTime ()

public double getDuration ()

public double getEndTime ()

public double getEndValue ()

public double getReadyTime ()

public double getStartTime ()

public double getStartValue ()

public TweenAnimation.TweenAnimationStatus getStatus ()

public AnimationTarget getTarget ()

public double getValue ()

public void setDuration (double duration)

public void setEndValue (double endValue)

public void setStartValue (double startValue)