public interface TimeAnimation
Modifier and Type | Field and Description |
---|---|
static int |
DAY |
static int |
HOUR |
static int |
LOOP |
static int |
LOOP_N |
static int |
MILLISECOND |
static int |
MINUTE |
static int |
MONTH |
static int |
NO_LOOP |
static int |
SECOND |
static int |
WEEK |
static int |
YEAR |
Modifier and Type | Method and Description |
---|---|
TimeAnimationDataModel |
getDataModel()
Gets the data model for time animation.
|
boolean |
isAlive()
Tests if this thread is alive.
|
void |
pauseAnimation()
Pauses the animation
|
void |
setAnimateClient(AnimateClient client)
Sets the client which receives events from the animation
|
void |
startAnimation()
Starts the animation
|
void |
stopAnimation()
Stops the animation
|
static final int YEAR
static final int MONTH
static final int WEEK
static final int DAY
static final int HOUR
static final int MINUTE
static final int SECOND
static final int MILLISECOND
static final int NO_LOOP
static final int LOOP
static final int LOOP_N
TimeAnimationDataModel getDataModel()
TimeAnimationDataModel
void setAnimateClient(AnimateClient client)
client
- Interface with the functions to call when the animation increase a step, ends
or an iteration endsvoid stopAnimation()
void pauseAnimation()
void startAnimation()
boolean isAlive()