|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jhlabs.math.CompoundFunction2D
public abstract class CompoundFunction2D
| Field Summary | |
|---|---|
protected Function2D |
basis
|
| Constructor Summary | |
|---|---|
CompoundFunction2D(Function2D basis)
|
|
| Method Summary | |
|---|---|
Function2D |
getBasis()
|
void |
setBasis(Function2D basis)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jhlabs.math.Function2D |
|---|
evaluate |
| Field Detail |
|---|
protected Function2D basis
| Constructor Detail |
|---|
public CompoundFunction2D(Function2D basis)
| Method Detail |
|---|
public void setBasis(Function2D basis)
public Function2D getBasis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||