Package samer.maths
Class VFunction
- java.lang.Object
-
- Viewable
-
- samer.maths.VFunction
-
public class VFunction extends ViewableA Viewable for a Function - provides a UI for getting a plot of the function and for looking at its derivative (would like to be able to switch the Function too)
-
-
Constructor Summary
Constructors Constructor and Description VFunction(java.lang.String name)VFunction(java.lang.String name, Function f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddispose()voidexecute(java.lang.String cmd, Environment env)voidgetCommands(Agent.Registry r)FunctiongetFunction()ViewergetViewer()voidsetFunction(Function f)
-
-
-
Constructor Detail
-
VFunction
public VFunction(java.lang.String name)
-
VFunction
public VFunction(java.lang.String name, Function f)
-
-