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

V

V_GAP - Variable in class mvt.util.PrintPreview.PreviewContainer
 
value - Variable in class mvt.util.IntHashtableEntry
 
Variable - class math.objects.Variable.
The class Variable is used to create mathematical Variable objects.
Variable(String) - Constructor for class math.objects.Variable
Creates an Variable object given one String argument.
variableDefined(Variable) - Method in class math.objects.Function
A method that tests a Variable object against a VariableSet that contains all of the defined individual Variables to determine if there is a new instance of a Variable object.
VariableSet - class math.objects.VariableSet.
The class VariableVector is used to contain Variable objects used in Function objects.
VariableSet() - Constructor for class math.objects.VariableSet
 
VariableUndefinedException - exception math.exceptions.VariableUndefinedException.
The class VariableUndefinedException is used to signal an undefined Variable object.
VariableUndefinedException() - Constructor for class math.exceptions.VariableUndefinedException
Creates an VariableUndefinedException with no arguments
VariableUndefinedException(String) - Constructor for class math.exceptions.VariableUndefinedException
Creates an VariableUndefinedException object given one String argument containing a reason describing the Exception causes.
VectorField - class mvt.graphics.VectorField.
The VectorField class provides methods for the rendering of two and three dimensional vector fields.
VectorField.AbstractVectorField - class mvt.graphics.VectorField.AbstractVectorField.
The AbstractVectorField class provides the method of rendering any n-dimensional Vector Field.
VectorField.AbstractVectorField() - Constructor for class mvt.graphics.VectorField.AbstractVectorField
 
VectorField.VectorField2D - class mvt.graphics.VectorField.VectorField2D.
The VectorField2D class provides the method of rendering two dimensional Vector Field.
VectorField.VectorField2D(Plot2DPanel, Function, Function, int, int) - Constructor for class mvt.graphics.VectorField.VectorField2D
Creates an VectorField object given one argument, an array of Arrow Objects.
VectorField.VectorField3D - class mvt.graphics.VectorField.VectorField3D.
The VectorField3D class provides methods for the rendering of vector fields in Plot3DPanel objects.
VectorField.VectorField3D(Plot3DPanel, Function, Function, Function, int, int, int) - Constructor for class mvt.graphics.VectorField.VectorField3D
Creates an VectorField3D object given one argument, an array of Arrow Objects.
VectorField(PlotPanel, Function, Function, Function, int, int, int) - Constructor for class mvt.graphics.VectorField
Creates an VectorField3D object given one argument, an array of Arrow Objects.
VectorField(PlotPanel, Function, Function, int, int) - Constructor for class mvt.graphics.VectorField
Creates an VectorField object given one argument, an array of Arrow Objects.
VectorField2DInput - class mvt.tools.vectorfield.VectorField2DInput.
Creates and lays out all the components in the input panel for the 2D Vector Field Plotter.
VectorField2DInput() - Constructor for class mvt.tools.vectorfield.VectorField2DInput
 
VectorField2DOptions - class mvt.tools.vectorfield.VectorField2DOptions.
Creates and lays out the components used in the options panel for the 2D Vector Field Plotter.
VectorField2DOptions() - Constructor for class mvt.tools.vectorfield.VectorField2DOptions
 
VectorField2DTool - class mvt.tools.vectorfield.VectorField2DTool.
This tool plots a vector field of the form: M(x,y)i + N(x,y)j
VectorField2DTool(String) - Constructor for class mvt.tools.vectorfield.VectorField2DTool
Creates a new instance.
VectorField3DInput - class mvt.tools.vectorfield.VectorField3DInput.
Creates and lays out all the components in the input panel for the 3D Vector Field Plotter.
VectorField3DInput() - Constructor for class mvt.tools.vectorfield.VectorField3DInput
 
VectorField3DOptions - class mvt.tools.vectorfield.VectorField3DOptions.
Creates and lays out the components used in the options panel for the 3D Vector Field Plotter.
VectorField3DOptions() - Constructor for class mvt.tools.vectorfield.VectorField3DOptions
 
VectorField3DTool - class mvt.tools.vectorfield.VectorField3DTool.
Display a 3D vector field using is component functions: M(x,y,z) * i + N(x,y,z) * j + P(x,y,z)* k
VectorField3DTool(String) - Constructor for class mvt.tools.vectorfield.VectorField3DTool
 
VectorFieldTool - class mvt.tools.vectorfield.VectorFieldTool.
 
VectorFieldTool(String) - Constructor for class mvt.tools.vectorfield.VectorFieldTool
 
Verifier - class math.util.Verifier.
The Verifier class contains static method that check data obtained from the Input Map.
Verifier() - Constructor for class math.util.Verifier
 
verifyInput() - Method in class mvt.tools.GraphicsPanel
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.contour.ImplicitPlotterTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.contour.ContourTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.plot.Plot3DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.plot.Plot2DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.plot.ParametricTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.numerical.Root3DTool
This function parses all of the data collected from the options the input text boxes, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.numerical.Root2DTool
This function parses all of the data collected from the options the input text boxes, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.numerical.Root1DTool
This function parses all of the data collected from the options the input text boxes, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.numerical.IntegrationTool
This function parses all of the data collected from the options the input text boxes, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.ode.ODE3DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.ode.ODE2DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.ode.ODE1DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.VectorField3DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.VectorField2DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.ODEvf3DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.ODEvf2DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.ODEvf1DTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verifyInput() - Method in class mvt.tools.vectorfield.GradientFieldTool
This function parses all of the data collected from the input panel, checks the validity of the input, and then stores the data in this tool's private attributes.
verticalLabelBox - Variable in class mvt.util.PrintOptions
 
VF_COLOR - Static variable in class mvt.tools.vectorfield.ODEvf1DOptions
constant used to index the hashtable
VisualMatrix - class mvt.graphics.VisualMatrix.
 
VisualMatrix(double[][]) - Constructor for class mvt.graphics.VisualMatrix
 
VisualMatrix(int, int) - Constructor for class mvt.graphics.VisualMatrix
 
VisualMatrix(Matrix) - Constructor for class mvt.graphics.VisualMatrix
 
VisualMatrix(String[][]) - Constructor for class mvt.graphics.VisualMatrix
 
VisualMatrix$1 - class mvt.graphics.VisualMatrix$1.
 
VisualMatrix$1(VisualMatrix) - Constructor for class mvt.graphics.VisualMatrix$1
 
VisualMatrix$2 - class mvt.graphics.VisualMatrix$2.
 
VisualMatrix$2(VisualMatrix) - Constructor for class mvt.graphics.VisualMatrix$2
 

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