public class SkewAnimatorVO extends TweenAnimatorVO
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<java.lang.Float> |
x_from |
java.util.ArrayList<java.lang.Float> |
x_to |
java.util.ArrayList<java.lang.Float> |
y_from |
java.util.ArrayList<java.lang.Float> |
y_to |
duration, interpolation, reversedaccumulating, ALPHA, COLOR, DELAY, lifespan, loop_count, loop_mode, MOVE, name, PARALLEL, RECURSIVE_TRAJECTORY, RESIZE, ROTATE, SCALE, SEQUENCE, SET, SIN_WAVE, SKEW, start_delay, TORNADO, TRAJECTORY, TRANSLATE, type, UNSTABLE_MOVE, WHIRL| Constructor and Description |
|---|
SkewAnimatorVO(JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
Animator |
createAnimator(int emitIndex,
Manipulatable target,
Animator... animators) |
void |
resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
Reset a specific animator to reflect this VO
|
applyScale, create, initpublic java.util.ArrayList<java.lang.Float> x_from
public java.util.ArrayList<java.lang.Float> x_to
public java.util.ArrayList<java.lang.Float> y_from
public java.util.ArrayList<java.lang.Float> y_to
public SkewAnimatorVO(JSONObject json)
throws JSONException
JSONExceptionpublic Animator createAnimator(int emitIndex, Manipulatable target, Animator... animators)
createAnimator in class AnimatorVOpublic void resetAnimator(int emitIndex,
Manipulatable target,
Animator animator)
AnimatorVOresetAnimator in class TweenAnimatorVO