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, updateact, end, finish, getDuration, getInterpolation, getTime, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTimeprotected void updateRelative(float percentDelta)
updateRelative in class RelativeTemporalActionpublic 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)