|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguru.animator.SquareAnimator
public class SquareAnimator
Constructor Summary | |
---|---|
SquareAnimator(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 SquareAnimator(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 |