public class ScaleByAction extends RelativeTemporalAction
Constructor and Description |
---|
ScaleByAction() |
Modifier and Type | Method and Description |
---|---|
float |
getAmountX() |
float |
getAmountY() |
void |
setAmount(float scale) |
void |
setAmount(float x,
float y) |
void |
setAmountX(float x) |
void |
setAmountY(float y) |
protected void |
updateRelative(float percentDelta) |
begin, update
act, end, finish, getDuration, getInterpolation, getTime, isComplete, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTime
protected void updateRelative(float percentDelta)
updateRelative
in class RelativeTemporalAction
public void setAmount(float x, float y)
public void setAmount(float scale)
public float getAmountX()
public void setAmountX(float x)
public float getAmountY()
public void setAmountY(float y)