|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.MethodFunctionField
public class MethodFunctionField
| Constructor Summary | |
|---|---|
MethodFunctionField(java.lang.reflect.Method method,
java.lang.Object obj,
int nCoords)
Creates a new instance of MethodFunctionField |
|
| Method Summary | |
|---|---|
double |
calculateAt(Point point)
Calculates the expression at a given point. |
void |
setupFields(java.util.List<Slice> slices)
Sets the set of slices on which the expression will be calculated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodFunctionField(java.lang.reflect.Method method,
java.lang.Object obj,
int nCoords)
| Method Detail |
|---|
public void setupFields(java.util.List<Slice> slices)
FunctionField
setupFields in interface FunctionFieldslices - a list of slices in reverse evolution order (newest first)public double calculateAt(Point point)
FunctionField
calculateAt in interface FunctionFieldpoint - the Point at which the expression is calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||