|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.sun.interpolators.Interpolator1D
public abstract class Interpolator1D
Absctrat class to define an one dimensional interpolator that will travel between the from value and the two value. Other interpolators may include other fields such as ease in and ease out.
| Field Summary | |
|---|---|
protected float |
from
|
protected float |
to
|
| Constructor Summary | |
|---|---|
Interpolator1D(float from,
float to)
|
|
| Method Summary | |
|---|---|
abstract float |
get(float value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float from
protected float to
| Constructor Detail |
|---|
public Interpolator1D(float from,
float to)
| Method Detail |
|---|
public abstract float get(float value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||