public interface Animation
Modifier and Type | Field and Description |
---|---|
static int |
DIRECTION_ALTERNATE |
static int |
DIRECTION_NORMAL |
static int |
FILL_BACKWARDS |
static int |
FILL_BOTH |
static int |
FILL_FORWARDS |
static int |
FILL_NONE |
Modifier and Type | Method and Description |
---|---|
double |
getDelay() |
int |
getDirection() |
double |
getDuration() |
double |
getElapsedTime() |
int |
getFillMode() |
int |
getIterationCount() |
String |
getName() |
boolean |
isEnded() |
boolean |
isPaused() |
void |
pause() |
void |
play() |
void |
setElapsedTime(double arg) |
static final int DIRECTION_ALTERNATE
static final int DIRECTION_NORMAL
static final int FILL_BACKWARDS
static final int FILL_BOTH
static final int FILL_FORWARDS
static final int FILL_NONE
double getDelay()
int getDirection()
double getDuration()
double getElapsedTime()
void setElapsedTime(double arg)
boolean isEnded()
int getFillMode()
int getIterationCount()
String getName()
boolean isPaused()
void pause()
void play()
Copyright © 2018. All rights reserved.