public class ScaleAnimation3D extends Animation3D
INFINITE, RESTART, REVERSE
Constructor and Description |
---|
ScaleAnimation3D(Number3D toScale) |
ScaleAnimation3D(Number3D fromScale,
Number3D toScale) |
Modifier and Type | Method and Description |
---|---|
void |
setTransformable3D(ATransformable3D transformable3D) |
addAnimationListener, cancel, getDelay, getDuration, getInterpolator, getRepeatCount, getRepeatMode, getTransformable3D, getUpdateRate, isHasEnded, isHasStarted, reset, setAnimationListener, setDelay, setDuration, setHasEnded, setHasStarted, setInterpolator, setRepeatCount, setRepeatMode, setUpdateRate, start
public ScaleAnimation3D(Number3D toScale)
public void setTransformable3D(ATransformable3D transformable3D)
setTransformable3D
in class Animation3D