public class SOAnimationScaleCommand extends SOAnimationRunningCommand
Modifier and Type | Field and Description |
---|---|
android.graphics.PointF |
centre |
float |
endX |
float |
endY |
int |
profile |
float |
startX |
float |
startY |
bouncing, delay, duration, reversed, turns
layer
Constructor and Description |
---|
SOAnimationScaleCommand(int layer,
int turns,
boolean reversed,
boolean bouncing,
float delay,
float duration,
float startX,
float startY,
float endX,
float endY,
android.graphics.PointF centre,
int profile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public float startX
public float startY
public float endX
public float endY
public android.graphics.PointF centre
public int profile
public SOAnimationScaleCommand(int layer, int turns, boolean reversed, boolean bouncing, float delay, float duration, float startX, float startY, float endX, float endY, android.graphics.PointF centre, int profile)
public java.lang.String toString()
toString
in class SOAnimationRunningCommand