|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguru.animator.BaseAnimator
guru.animator.LinearAnimator
public class LinearAnimator
Constructor Summary | |
---|---|
LinearAnimator(long dur,
float start,
float end)
|
Method Summary | |
---|---|
float |
f(float d,
float start,
float stop)
|
Methods inherited from class guru.animator.BaseAnimator |
---|
addAnimationListener, get, isDone, isRunning, reset, 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 float f(float d, float start, float stop)
f
in class BaseAnimator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |