public class Animation3D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INFINITE |
static int |
RESTART |
static int |
REVERSE |
Constructor and Description |
---|
Animation3D() |
Modifier and Type | Method and Description |
---|---|
void |
addAnimationListener(Animation3DListener animationListener) |
void |
cancel() |
long |
getDelay() |
long |
getDuration() |
Interpolator |
getInterpolator() |
int |
getRepeatCount() |
int |
getRepeatMode() |
ATransformable3D |
getTransformable3D() |
long |
getUpdateRate() |
boolean |
isHasEnded() |
boolean |
isHasStarted() |
void |
reset() |
void |
setAnimationListener(Animation3DListener animationListener) |
void |
setDelay(long delay) |
void |
setDuration(long duration) |
void |
setHasEnded(boolean hasEnded) |
void |
setHasStarted(boolean hasStarted) |
void |
setInterpolator(Interpolator interpolator)
AccelerateDecelerateInterpolator, AccelerateInterpolator, AnticipateInterpolator, AnticipateOvershootInterpolator, BounceInterpolator, CycleInterpolator, DecelerateInterpolator, LinearInterpolator, OvershootInterpolator
|
void |
setRepeatCount(int repeatCount) |
void |
setRepeatMode(int repeatMode) |
void |
setTransformable3D(ATransformable3D transformable3D) |
void |
setUpdateRate(long updateRate) |
void |
start() |
public static final int INFINITE
public static final int RESTART
public static final int REVERSE
public void cancel()
public void reset()
public void start()
public ATransformable3D getTransformable3D()
public void setTransformable3D(ATransformable3D transformable3D)
public void setAnimationListener(Animation3DListener animationListener)
public void addAnimationListener(Animation3DListener animationListener)
public void setDuration(long duration)
public long getDuration()
public void setInterpolator(Interpolator interpolator)
interpolator
- public Interpolator getInterpolator()
public void setRepeatCount(int repeatCount)
public int getRepeatCount()
public void setRepeatMode(int repeatMode)
public int getRepeatMode()
public boolean isHasStarted()
public void setHasStarted(boolean hasStarted)
public boolean isHasEnded()
public void setHasEnded(boolean hasEnded)
public long getDelay()
public void setDelay(long delay)
public long getUpdateRate()
public void setUpdateRate(long updateRate)