public abstract class MoveAnimation extends Animation
| Modifier and Type | Method and Description |
|---|---|
MoveAnimation |
from(int left,
int top)
Configures the starting position of the movement.
|
MoveAnimation |
onComplete(Command onComplete)
Configures a command to be invoked when this animation is complete.
|
MoveAnimation |
to(int left,
int top)
Configures the destination position of the movement.
|
public MoveAnimation from(int left, int top)
public MoveAnimation to(int left, int top)
public MoveAnimation onComplete(Command onComplete)
Copyright © 2013. All Rights Reserved.