|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguru.animator.LinearAnimator
public class LinearAnimator
Constructor Summary | |
---|---|
LinearAnimator(long dur,
float start,
float end)
|
Method Summary | |
---|---|
float |
get()
|
boolean |
isDone()
|
boolean |
isRunning()
|
void |
reset()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearAnimator(long dur, float start, float end)
Method Detail |
---|
public void start()
start
in interface Animator
public float get()
get
in interface Animator
public boolean isRunning()
isRunning
in interface Animator
public void reset()
reset
in interface Animator
public boolean isDone()
isDone
in interface Animator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |