|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableFunction | |
---|---|
net.sourceforge.webcompmath.applets | |
net.sourceforge.webcompmath.functions | |
net.sourceforge.webcompmath.functions.beans |
Uses of TableFunction in net.sourceforge.webcompmath.applets |
---|
Methods in net.sourceforge.webcompmath.applets that return TableFunction | |
---|---|
protected TableFunction |
GenericGraphApplet.parseTableFuncDef(java.lang.String def)
Create a TableFunction from a string. |
Uses of TableFunction in net.sourceforge.webcompmath.functions |
---|
Methods in net.sourceforge.webcompmath.functions that return TableFunction | |
---|---|
TableFunction |
TableFunctionInput.copyOfCurrentFunction()
Create a new TableFunction containing the data that is currently in the TableFunctionInput panel, and return a pointer to that new function. |
TableFunction |
TableFunctionInput.finishEdit()
If an edit function has been specified (by startEdit()), this function copies the data from the TableFunctionInput into that function, and returns a pointer to that function. |
TableFunction |
ImplicitFunction.getDyDxRemembered()
The computed derivative y'(x) if the history switch was on. |
TableFunction |
TableFunctionGraph.getFunction()
Get the TableFunction whose graph is drawn by this TableFunctionGraph. |
TableFunction |
ImplicitFunction.getYRemembered()
If the history switch is on, computed y(x) values are remembered in a TableFunction |
Methods in net.sourceforge.webcompmath.functions with parameters of type TableFunction | |
---|---|
void |
TableFunction.copyDataFrom(TableFunction source)
Copy data from another TableFunction, except that the name of the funcion is not duplicated. |
void |
TableFunctionGraph.setFunction(TableFunction function)
Set the function whose graph is drawn by this TableFunctionGraph. |
void |
TableFunctionInput.startEdit(TableFunction f)
Install a function to be edited. |
Constructors in net.sourceforge.webcompmath.functions with parameters of type TableFunction | |
---|---|
TableFunctionGraph(TableFunction function)
Create a TableFunctionGraph to draw the specified TableFunction. |
Uses of TableFunction in net.sourceforge.webcompmath.functions.beans |
---|
Subclasses of TableFunction in net.sourceforge.webcompmath.functions.beans | |
---|---|
class |
WCMTableFunctionBean
This bean implements a TableFunction. |
Methods in net.sourceforge.webcompmath.functions.beans that return TableFunction | |
---|---|
TableFunction |
WCMTableFunctionGraphBean.getFunction()
Get the table function to be graphed. |
Methods in net.sourceforge.webcompmath.functions.beans with parameters of type TableFunction | |
---|---|
void |
WCMTableFunctionGraphBean.setFunction(TableFunction function)
Set the table function to be graphed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |