|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.Interpolator
public class Interpolator
| Nested Class Summary | |
|---|---|
static class |
Interpolator.Result
|
| Constructor Summary | |
|---|---|
Interpolator(int valueCount)
|
|
Interpolator(int valueCount,
int frameCount)
|
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
int |
getKeyFrameCount()
|
int |
getValueCount()
|
void |
reset(int valueCount)
|
void |
reset(int valueCount,
int frameCount)
|
void |
setKeyFrame(int index,
int msec,
float[] values)
|
void |
setKeyFrame(int index,
int msec,
float[] values,
float[] blend)
|
void |
setRepeatMirror(float repeatCount,
boolean mirror)
|
Interpolator.Result |
timeToValues(float[] values)
|
Interpolator.Result |
timeToValues(int msec,
float[] values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Interpolator(int valueCount)
public Interpolator(int valueCount,
int frameCount)
| Method Detail |
|---|
public void reset(int valueCount)
public void reset(int valueCount,
int frameCount)
public final int getKeyFrameCount()
public final int getValueCount()
public void setKeyFrame(int index,
int msec,
float[] values)
public void setKeyFrame(int index,
int msec,
float[] values,
float[] blend)
public void setRepeatMirror(float repeatCount,
boolean mirror)
public Interpolator.Result timeToValues(float[] values)
public Interpolator.Result timeToValues(int msec,
float[] values)
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||