public class SOAnimationRenderCommand extends SOAnimationCommand
Modifier and Type | Field and Description |
---|---|
float |
h |
android.graphics.PointF |
origin |
int |
renderable |
float |
w |
float |
x |
float |
y |
float |
zoom |
layer
Constructor and Description |
---|
SOAnimationRenderCommand(int layer,
int renderable,
float zoom,
android.graphics.PointF origin,
float x,
float y,
float w,
float h) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int renderable
public float zoom
public android.graphics.PointF origin
public float x
public float y
public float w
public float h
public SOAnimationRenderCommand(int layer, int renderable, float zoom, android.graphics.PointF origin, float x, float y, float w, float h)
public java.lang.String toString()
toString
in class SOAnimationCommand