casmi
Package Index
|
Class Index
casmi
casmi.callback
casmi.exception
casmi.graphics
casmi.graphics.canvas
casmi.graphics.color
casmi.graphics.element
casmi.graphics.font
casmi.graphics.material
casmi.graphics.object
casmi.image
casmi.matrix
casmi.tween
casmi.tween.equations
casmi.ui
casmi.util
Interfaces
TweenEquation
Classes
TweenAnimation
Tweener
Enums
AnimationTarget
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
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)