public abstract class Animation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DIRECTION_DOWN |
static int |
DIRECTION_LEFT |
static int |
DIRECTION_RIGHT |
static int |
DIRECTION_UP |
static int |
DURATION_DEFAULT |
static int |
DURATION_LONG |
static int |
DURATION_SHORT |
Constructor and Description |
---|
Animation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
animate()
This method animates the properties of the view specific to the Animation
object.
|
public static final int DIRECTION_LEFT
public static final int DIRECTION_RIGHT
public static final int DIRECTION_UP
public static final int DIRECTION_DOWN
public static final int DURATION_DEFAULT
public static final int DURATION_SHORT
public static final int DURATION_LONG