|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.indicators.DivisionFunctionField
public class DivisionFunctionField
Calculates the quotient of two fields.
| Constructor Summary | |
|---|---|
DivisionFunctionField(java.lang.String numeratorField,
java.lang.String denominatorField)
|
|
| 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 DivisionFunctionField(java.lang.String numeratorField,
java.lang.String denominatorField)
| 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 | |||||||||