MVT API
A B C D E F G H I K L M N O P Q R S T U V W X Y Z

O

ODE1 - class math.numerics.ODE1.
The ODE1 class contains all the methods for solving first-order Ordinary Differential Equations numerically.
ODE1() - Constructor for class math.numerics.ODE1
 
ODE1DInput - class mvt.tools.ode.ODE1DInput.
Creates and lays out all the components in the input panel for the 1D ODE Integtator.
ODE1DInput() - Constructor for class mvt.tools.ode.ODE1DInput
 
ODE1DOptions - class mvt.tools.ode.ODE1DOptions.
Creates and lays out the components used in the options panel for the 1D ODE Integrator.
ODE1DOptions() - Constructor for class mvt.tools.ode.ODE1DOptions
 
ODE1DTool - class mvt.tools.ode.ODE1DTool.
This tool plots the solution to a 1-D ODE of the form: dy/dt = f(y,t)
ODE1DTool(String) - Constructor for class mvt.tools.ode.ODE1DTool
 
ODE2 - class math.numerics.ODE2.
 
ODE2() - Constructor for class math.numerics.ODE2
 
ODE2(Function, Function, Variable, Variable, Variable, double, double, double, double) - Constructor for class math.numerics.ODE2
 
ODE2DInput - class mvt.tools.ode.ODE2DInput.
Creates and lays out all the components in the input panel for the 2D ODE Integtator.
ODE2DInput() - Constructor for class mvt.tools.ode.ODE2DInput
 
ODE2DOptions - class mvt.tools.ode.ODE2DOptions.
Creates and lays out the components used in the options panel for the 2D ODE Integrator.
ODE2DOptions() - Constructor for class mvt.tools.ode.ODE2DOptions
 
ODE2DTool - class mvt.tools.ode.ODE2DTool.
This tool plots the solution to a coupled set of ODE's of the form: dx/dt = f(x,y,t) dy/dt = f(x,y,t)
ODE2DTool(String) - Constructor for class mvt.tools.ode.ODE2DTool
 
ODE3 - class math.numerics.ODE3.
 
ODE3() - Constructor for class math.numerics.ODE3
 
ODE3(Function, Function, Function, Variable, Variable, Variable, Variable, double, double, double, double, double) - Constructor for class math.numerics.ODE3
 
ODE3DInput - class mvt.tools.ode.ODE3DInput.
Creates and lays out all the components in the input panel for the 3D ODE Integerator.
ODE3DInput() - Constructor for class mvt.tools.ode.ODE3DInput
 
ODE3DOptions - class mvt.tools.ode.ODE3DOptions.
Creates and lays out the components used in the options panel for the 3D ODE Integrator.
ODE3DOptions() - Constructor for class mvt.tools.ode.ODE3DOptions
 
ODE3DTool - class mvt.tools.ode.ODE3DTool.
This tool plots the solution to a system of 3 ODE's of the form: dx/dt = f(x,y,z,t) dy/dt = f(x,y,z,t) dz/dt = f(x,y,z,t)
ODE3DTool(String) - Constructor for class mvt.tools.ode.ODE3DTool
 
ODETool - class mvt.tools.ode.ODETool.
 
ODETool(String) - Constructor for class mvt.tools.ode.ODETool
 
ODEVectorFieldTool - class mvt.tools.vectorfield.ODEVectorFieldTool.
 
ODEVectorFieldTool(String) - Constructor for class mvt.tools.vectorfield.ODEVectorFieldTool
 
ODEvf1DInput - class mvt.tools.vectorfield.ODEvf1DInput.
Creates and lays out all the components in the input panel for the 1D ODE Vector Field Plotter.
ODEvf1DInput() - Constructor for class mvt.tools.vectorfield.ODEvf1DInput
 
ODEvf1DOptions - class mvt.tools.vectorfield.ODEvf1DOptions.
Creates and lays out the components used in the options panel for the 1D ODE Vector Field Plotter.
ODEvf1DOptions() - Constructor for class mvt.tools.vectorfield.ODEvf1DOptions
 
ODEvf1DTool - class mvt.tools.vectorfield.ODEvf1DTool.
This tool solves a 1D ODE of the form: dy/dt = f(y,t) and then plots a vector field solution with time increasing along the x-axis.
ODEvf1DTool.InitialPointListener - class mvt.tools.vectorfield.ODEvf1DTool.InitialPointListener.
 
ODEvf1DTool.InitialPointListener() - Constructor for class mvt.tools.vectorfield.ODEvf1DTool.InitialPointListener
 
ODEvf1DTool(String) - Constructor for class mvt.tools.vectorfield.ODEvf1DTool
 
ODEvf2DInput - class mvt.tools.vectorfield.ODEvf2DInput.
Creates and lays out all the components in the input panel for the 2D ODE Vector Field Plotter.
ODEvf2DInput() - Constructor for class mvt.tools.vectorfield.ODEvf2DInput
 
ODEvf2DOptions - class mvt.tools.vectorfield.ODEvf2DOptions.
Creates and lays out the components used in the options panel for the 2D ODE Vector Field Plotter.
ODEvf2DOptions() - Constructor for class mvt.tools.vectorfield.ODEvf2DOptions
 
ODEvf2DTool - class mvt.tools.vectorfield.ODEvf2DTool.
This tool plots a vector field solution of "planar" systems of the form: dx/dt = f(x,y) dy/dt = f(x,y) as well as finds particular solutions with initial conditions set by clicking the mouse.
ODEvf2DTool.InitialPointListener - class mvt.tools.vectorfield.ODEvf2DTool.InitialPointListener.
 
ODEvf2DTool.InitialPointListener() - Constructor for class mvt.tools.vectorfield.ODEvf2DTool.InitialPointListener
 
ODEvf2DTool(String) - Constructor for class mvt.tools.vectorfield.ODEvf2DTool
 
ODEvf3DInput - class mvt.tools.vectorfield.ODEvf3DInput.
Creates and lays out all the components in the input panel for the 3D ODE Vector Field Plotter.
ODEvf3DInput() - Constructor for class mvt.tools.vectorfield.ODEvf3DInput
 
ODEvf3DOptions - class mvt.tools.vectorfield.ODEvf3DOptions.
Creates and lays out the components used in the options panel for the 3D ODE Vector Field Plotter.
ODEvf3DOptions() - Constructor for class mvt.tools.vectorfield.ODEvf3DOptions
 
ODEvf3DTool - class mvt.tools.vectorfield.ODEvf3DTool.
This tool plots a vector field solution of "planar" systems of the form: dx/dt = f(x,y,z) dy/dt = f(x,y,z) dz/dt = f(x,y,z) as well as finds particular solutions with initial conditions set by clicking the mouse.
ODEvf3DTool(String) - Constructor for class mvt.tools.vectorfield.ODEvf3DTool
 
oneD() - Static method in class math.numerics.Integral
 
oneToOne() - Method in class mvt.graphics.Plot2DPanel
The method oneToOne sets the x and y bounds of the plotting panel to get the aspect ratio of the panel to be one to one.
onlyChild - Variable in class math.objects.UnaryExpression
This variable stores the only child of a unary expression.
OPAQUE - Static variable in class mvt.graphics.Surface
Surface will be opaque; one cannot see parts of the surface that are covered up (hidden lines removed).
OptionsPanel - class mvt.tools.OptionsPanel.
OptionPanel takes many necessarily but less prominent inputs that are necessary for a tool to operate.
OptionsPanel.DefaultedComponentListener - class mvt.tools.OptionsPanel.DefaultedComponentListener.
This class is the listener for a JCheckBox that controls whether or not other components are disabled/enabled.
OptionsPanel.DefaultedComponentListener(TextBoxPanel, TextBoxPanel) - Constructor for class mvt.tools.OptionsPanel.DefaultedComponentListener
 
OptionsPanel() - Constructor for class mvt.tools.OptionsPanel
 
out - Variable in class mvt.util.ImageEncoder
 
output(int, OutputStream) - Method in class mvt.util.GifEncoder
 

MVT API
A B C D E F G H I K L M N O P Q R S T U V W X Y Z
mvt.icons