public class SOAnimationSetTransformCommand extends SOAnimationImmediateCommand
Modifier and Type | Field and Description |
---|---|
float |
trfmA |
float |
trfmB |
float |
trfmC |
float |
trfmD |
float |
trfmX |
float |
trfmY |
delay
layer
Constructor and Description |
---|
SOAnimationSetTransformCommand(int layer,
float delay,
float trfmA,
float trfmB,
float trfmC,
float trfmD,
float trfmX,
float trfmY) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public float trfmA
public float trfmB
public float trfmC
public float trfmD
public float trfmX
public float trfmY
public SOAnimationSetTransformCommand(int layer, float delay, float trfmA, float trfmB, float trfmC, float trfmD, float trfmX, float trfmY)
public java.lang.String toString()
toString
in class SOAnimationImmediateCommand