|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.sun.util.interpolators.Interpolator1D
public abstract class Interpolator1D
| 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 | |||||||||