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

M

m_cbScale - Variable in class mvt.util.PrintPreview
 
m_h - Variable in class mvt.util.PrintPreview.PagePreview
 
m_hPage - Variable in class mvt.util.PrintPreview
 
m_img - Variable in class mvt.util.PrintPreview.PagePreview
 
m_preview - Variable in class mvt.util.PrintPreview
 
m_source - Variable in class mvt.util.PrintPreview.PagePreview
 
m_target - Variable in class mvt.util.PrintPreview
 
m_w - Variable in class mvt.util.PrintPreview.PagePreview
 
m_wPage - Variable in class mvt.util.PrintPreview
 
main(String[]) - Static method in class mvt.MVT
 
masks - Variable in class mvt.util.GifEncoder
 
math.constants - package math.constants
 
math.exceptions - package math.exceptions
 
math.functions - package math.functions
 
math.matrix - package math.matrix
 
math.numerics - package math.numerics
 
math.objects - package math.objects
 
math.util - package math.util
 
Maths - class math.matrix.Maths.
 
Maths() - Constructor for class math.matrix.Maths
 
mathTool - Variable in class mvt.MVT.ToolMenu
 
Matrix - class math.matrix.Matrix.
Jama = Java Matrix class.
Matrix(double[][]) - Constructor for class math.matrix.Matrix
Construct a matrix from a 2-D array.
Matrix(double[][], int, int) - Constructor for class math.matrix.Matrix
Construct a matrix quickly without checking arguments.
Matrix(double[], int) - Constructor for class math.matrix.Matrix
Construct a matrix from a one-dimensional packed array
Matrix(int, int) - Constructor for class math.matrix.Matrix
Construct an m-by-n matrix of zeros.
Matrix(int, int, double) - Constructor for class math.matrix.Matrix
Construct an m-by-n constant matrix.
MatrixDimensionException - exception math.exceptions.MatrixDimensionException.
The class MatrixDimensionException is used to signal when a matrix operation has cannot happen with the given dimensions of that matrix.
MatrixDimensionException() - Constructor for class math.exceptions.MatrixDimensionException
Creates a MatrixDimensionException with no arguments
MatrixDimensionException(String) - Constructor for class math.exceptions.MatrixDimensionException
Creates a MatrixDimensionException given one String argument containing a reason describing the Exception cause.
MatrixTool - class mvt.tools.linalg.MatrixTool.
 
MatrixTool.CalcButtonListener - class mvt.tools.linalg.MatrixTool.CalcButtonListener.
 
MatrixTool.CalcButtonListener() - Constructor for class mvt.tools.linalg.MatrixTool.CalcButtonListener
 
MatrixTool.InvButtonListener - class mvt.tools.linalg.MatrixTool.InvButtonListener.
 
MatrixTool.InvButtonListener() - Constructor for class mvt.tools.linalg.MatrixTool.InvButtonListener
 
MatrixTool.SizeBoxListener - class mvt.tools.linalg.MatrixTool.SizeBoxListener.
 
MatrixTool.SizeBoxListener() - Constructor for class mvt.tools.linalg.MatrixTool.SizeBoxListener
 
MatrixTool(String) - Constructor for class mvt.tools.linalg.MatrixTool
 
MAX_HEIGHT - Static variable in class mvt.graphics.Plot3DPanel
 
maxbits - Variable in class mvt.util.GifEncoder
 
maxcode - Variable in class mvt.util.GifEncoder
 
MAXCODE(int) - Method in class mvt.util.GifEncoder
 
maxmaxcode - Variable in class mvt.util.GifEncoder
 
menuCanceled(MenuEvent) - Method in class mvt.MVT$5
 
menuDeselected(MenuEvent) - Method in class mvt.MVT$5
 
menuSelected(MenuEvent) - Method in class mvt.MVT$5
 
middlePanel - Variable in class mvt.util.PrintOptions
 
MinimumStepSizeException - exception math.exceptions.MinimumStepSizeException.
The class MinimumStepSizeException is used to signal when the jacobian determinant for a system of functions vanishes.
MinimumStepSizeException(String, Point2D.Double[]) - Constructor for class math.exceptions.MinimumStepSizeException
 
MinimumStepSizeException(String, Point3D[]) - Constructor for class math.exceptions.MinimumStepSizeException
 
MinimumStepSizeException(String, Point4D[]) - Constructor for class math.exceptions.MinimumStepSizeException
 
minus(Matrix) - Method in class math.matrix.Matrix
C = A - B
minusEquals(Matrix) - Method in class math.matrix.Matrix
A = A - B
mouseClicked(MouseEvent) - Method in class mvt.help.HelpIndex
Invoked when the mouse has been clicked on the list.
mouseClicked(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
 
mouseClicked(MouseEvent) - Method in class mvt.tools.contour.ContourTool.FindCritPointListener
 
mouseClicked(MouseEvent) - Method in class mvt.tools.vectorfield.ODEvf2DTool.InitialPointListener
 
mouseClicked(MouseEvent) - Method in class mvt.tools.vectorfield.ODEvf1DTool.InitialPointListener
 
mouseDragged(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
Rotates the axes & Graphics3D objects based on the distance the mouse is dragged.
mouseEntered(MouseEvent) - Method in class mvt.help.HelpIndex
Invoked when the mouse enters the list - does nothing.
mouseEntered(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
 
mouseExited(MouseEvent) - Method in class mvt.help.HelpIndex
Invoked when the mouse exits the list - does nothing.
mouseExited(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
 
mouseMoved(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
 
mousePressed(MouseEvent) - Method in class mvt.help.HelpIndex
Invoked when a mouse button has been pressed on the list - does nothing.
mousePressed(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
Will change the mouse cursor to icon and on a mouse click the cursor will change to click.
mouseReleased(MouseEvent) - Method in class mvt.help.HelpIndex
Invoked when a mouse button has been released on the list - does nothing.
mouseReleased(MouseEvent) - Method in class mvt.tools.Graphics3DPanel.ActivityListener
 
MULTI_COLOR - Static variable in class mvt.graphics.Surface
The mesh will be rendered using colored lines
Multiply - class math.functions.Multiply.
The class Multiply is used to create mathematical Multiply objects.
Multiply(Expression, Expression) - Constructor for class math.functions.Multiply
 
mvt - package mvt
 
MVT - class mvt.MVT.
Here it begins.
MVT.FileMenu - class mvt.MVT.FileMenu.
FileMenu is an object that helps all of the organization and initialziation that is need in the File menu.
MVT.FileMenu() - Constructor for class mvt.MVT.FileMenu
 
MVT.FrameMenuItem - class mvt.MVT.FrameMenuItem.
Each open tool is visualized in the menu using a JCheckBoxMenuItem to a give the user the ability to select frames from the menu.
MVT.FrameMenuItem(JInternalFrame) - Constructor for class mvt.MVT.FrameMenuItem
 
mvt.graphics - package mvt.graphics
 
mvt.help - package mvt.help
 
MVT.HelpListener - class mvt.MVT.HelpListener.
This class make the help frame visible.
MVT.HelpListener() - Constructor for class mvt.MVT.HelpListener
 
MVT.ToolFrame - class mvt.MVT.ToolFrame.
ToolFrame has some minor adaptions to the basic JInternalFrame, and adds a basic menu bar.
MVT.ToolFrame() - Constructor for class mvt.MVT.ToolFrame
This creates the basic menu bar and sends the call to the super constructor with the following parameters: String: goes in the title bar of the internal frame.
MVT.ToolMenu - class mvt.MVT.ToolMenu.
ToolMenu is an object that helps all of the organization and initialziation that is need in the "Tools" menu.
MVT.ToolMenu.ToolsHandler - class mvt.MVT.ToolMenu.ToolsHandler.
The ActionListener for the 'Tools' menu selections to create internal frames which will contain various functionalities
MVT.ToolMenu.ToolsHandler() - Constructor for class mvt.MVT.ToolMenu.ToolsHandler
 
MVT.ToolMenu(JDesktopPane) - Constructor for class mvt.MVT.ToolMenu
 
mvt.tools - package mvt.tools
 
mvt.tools.contour - package mvt.tools.contour
 
mvt.tools.linalg - package mvt.tools.linalg
 
mvt.tools.numerical - package mvt.tools.numerical
 
mvt.tools.ode - package mvt.tools.ode
 
mvt.tools.plot - package mvt.tools.plot
 
mvt.tools.vectorfield - package mvt.tools.vectorfield
 
mvt.util - package mvt.util
 
MVT.WindowMenu - class mvt.MVT.WindowMenu.
Allows the user to tile, cascade, and select frames from the toolbar.
MVT.WindowMenu(ScrollableDesktop) - Constructor for class mvt.MVT.WindowMenu
 
MVT() - Constructor for class mvt.MVT
 
MVT$1 - class mvt.MVT$1.
 
MVT$1() - Constructor for class mvt.MVT$1
 
MVT$2 - class mvt.MVT$2.
 
MVT$2(MVT.FileMenu) - Constructor for class mvt.MVT$2
 
MVT$3 - class mvt.MVT$3.
 
MVT$3(MVT.WindowMenu) - Constructor for class mvt.MVT$3
 
MVT$4 - class mvt.MVT$4.
 
MVT$4(MVT.WindowMenu) - Constructor for class mvt.MVT$4
 
MVT$5 - class mvt.MVT$5.
 
MVT$5(MVT.WindowMenu) - Constructor for class mvt.MVT$5
 
MVT$6 - class mvt.MVT$6.
 
MVT$6(MVT.WindowMenu) - Constructor for class mvt.MVT$6
 

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