|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguru.animator.BaseAnimator
public abstract class BaseAnimator
Constructor Summary | |
---|---|
BaseAnimator(long dur,
float start,
float end)
|
Method Summary | |
---|---|
void |
addAnimationListener(AnimationListener al)
|
abstract float |
f(float d,
float start,
float stop)
|
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 BaseAnimator(long dur, float start, float end)
Method Detail |
---|
public void start()
start
in interface Animator
public float get()
get
in interface Animator
public abstract float f(float d, float start, float stop)
public boolean isRunning()
isRunning
in interface Animator
public void reset()
reset
in interface Animator
public boolean isDone()
isDone
in interface Animator
public void addAnimationListener(AnimationListener al)
addAnimationListener
in interface Animator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |