public class AnimationRenderer
extends java.lang.Object
Constructor and Description |
---|
AnimationRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
addAnimation(Animation animation) |
java.util.List<ITransformable> |
animate() |
java.util.List<ITransformable> |
animate(Animation... animations) |
void |
animate(Shape shape,
Transformation animation) |
void |
autoClearAnimations() |
void |
clearAnimations() |
void |
deleteAnimation(Animation animation) |
float |
getElapsedTicks() |
long |
getElapsedTime() |
long |
getWorldTime() |
void |
setStartTick(long start) |
void |
setStartTime() |
void |
setStartTime(long start) |
public void setStartTime(long start)
public void setStartTime()
public void setStartTick(long start)
public long getWorldTime()
public long getElapsedTime()
public float getElapsedTicks()
public void addAnimation(Animation animation)
public void deleteAnimation(Animation animation)
public void clearAnimations()
public void autoClearAnimations()
public java.util.List<ITransformable> animate(Animation... animations)
public java.util.List<ITransformable> animate()
public void animate(Shape shape, Transformation animation)