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

P

pack() - Method in class mvt.tools.ToolPanel
This function will only work if buildMenu has been called, because that is the place that the owning JInternalFrame has been set.
pack() - Method in class mvt.MVT.ToolFrame
This is used to help make the desktop scrollable when a tool's pack() method is called.
paint(Graphics) - Method in class mvt.util.PrintPreview.PagePreview
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class mvt.graphics.BracketBorder
Paints the border for the specified component with the specified position and size.
paintComponent(Graphics) - Method in class mvt.graphics.VectorField
Defer the painting to the VectorField2D/3D.
paintComponent(Graphics) - Method in class mvt.graphics.VectorField.AbstractVectorField
The method paintComponent performs the drawing of the individual Arrows by calling each Arrow's paintComponent method.
paintComponent(Graphics) - Method in class mvt.graphics.TextObject
The method paintComponent will paint the TextObject.
paintComponent(Graphics) - Method in class mvt.graphics.Surface
 
paintComponent(Graphics) - Method in class mvt.graphics.PlotPanel
paintComponent defers its painting to thte paintGraphics mthd.
paintComponent(Graphics) - Method in class mvt.graphics.Plot3DAxes
The paint method.
paintComponent(Graphics) - Method in class mvt.graphics.Plot2DAxes
The paint method for the Plot2DAxes class.
paintComponent(Graphics) - Method in class mvt.graphics.LineList
The method paintComponent calls the paintComponent methods of each line in the current Line List.
paintComponent(Graphics) - Method in class mvt.graphics.Line
This paintComponent defer's to the sub-component which is either Line2D or Line3D
paintComponent(Graphics) - Method in class mvt.graphics.Line.AbstractLine
Draw each line found from getLines().
paintComponent(Graphics) - Method in class mvt.graphics.GraphicsComponent
Make the paintComponent method public, but just call JPanel's paintComponent method.
paintComponent(Graphics) - Method in class mvt.graphics.FloatingAxes
The paint method for the FloatingAxes class.
paintComponent(Graphics) - Method in class mvt.graphics.Arrow
Defer painting to the Arrow2D/3D class
paintComponent(Graphics) - Method in class mvt.graphics.Arrow.AbstractArrow
The paint method is what is called to do the drawing.
paintGraphics(Graphics) - Method in class mvt.graphics.PlotPanel
The paintGraphics method iterates through its list of graphicsObjects and paints them.
paintGraphics(Graphics) - Method in class mvt.graphics.Plot3DPanel
The paintGraphics method paints the details specific to a Plot3DPanel: its boundary axes and any other Graphics3D Objects.
paintGraphics(Graphics) - Method in class mvt.graphics.Plot2DPanel
The paintGraphics method paints the details specific to a Plot2DPanel: its Plot2DAxes object and any other Graphics Objects.
ParametricInput - class mvt.tools.plot.ParametricInput.
ParametricInput is the panel that enables the user to input functions for the 2D Parametric plotter.
ParametricInput() - Constructor for class mvt.tools.plot.ParametricInput
 
ParametricOptions - class mvt.tools.plot.ParametricOptions.
Creates and lays out the components used in the options panel for the Parametric Plotter.
ParametricOptions() - Constructor for class mvt.tools.plot.ParametricOptions
 
ParametricTool - class mvt.tools.plot.ParametricTool.
This tool allows users to plot 2D Parametric Equations.
ParametricTool(String) - Constructor for class mvt.tools.plot.ParametricTool
 
PARENTHESIS - Static variable in class mvt.graphics.BracketBorder
Creates a parenthisis at the edge of the matrix.
parseFunction(String) - Static method in class math.util.Parser
This static function will parse a string representing an arithematic expression
parseHelp() - Method in class mvt.help.HelpParser
Parses the xml file and returns a list of HelpIndexNodes.
parseNumber(String) - Static method in class math.util.Parser
Method parseNumber takes a string and parses it into a number.
Parser - class math.util.Parser.
The class Parser is used to parse mathematical expression Strings into Expr class objects.
Pass - Variable in class mvt.util.GifEncoder
 
Pi - class math.constants.Pi.
The class Pi is used to create mathematical Pi objects.
Pi() - Constructor for class math.constants.Pi
 
Plot2DAxes - class mvt.graphics.Plot2DAxes.
The class Plot2DAxes is used to create the x and y axis for a 1-D function plotter.
Plot2DAxes(Plot2DPanel) - Constructor for class mvt.graphics.Plot2DAxes
This is a basic constructor for the Plot2DAxes object where the x and y ranges for the axes are found in the parent.
Plot2DInput - class mvt.tools.plot.Plot2DInput.
Creates an input panel to take in a function string and low and high values for the function range along with the button functionality with it.
Plot2DInput() - Constructor for class mvt.tools.plot.Plot2DInput
 
Plot2DOptions - class mvt.tools.plot.Plot2DOptions.
Creates and lays out the components used in the options panel for the Function Plotter.
Plot2DOptions() - Constructor for class mvt.tools.plot.Plot2DOptions
 
Plot2DPanel - class mvt.graphics.Plot2DPanel.
The Plot2DPanel class provides a generic function plotter for one dimensional functions.
Plot2DPanel() - Constructor for class mvt.graphics.Plot2DPanel
Constructor for the Plot2DPanel class.
Plot2DPanel(double, double) - Constructor for class mvt.graphics.Plot2DPanel
Constructor for Plot2DPanel.
Plot2DTool - class mvt.tools.plot.Plot2DTool.
This tool plots functions of the form: y = f(x)
Plot2DTool(String) - Constructor for class mvt.tools.plot.Plot2DTool
Creates a new Plot2DTool instance.
Plot3DAxes - class mvt.graphics.Plot3DAxes.
The class Plot3DAxes places labeled axes around a 3D graph that indicate the scale of the graph.
Plot3DAxes.AxesGroup - class mvt.graphics.Plot3DAxes.AxesGroup.
AxesGroup is a special hashtable that holds information necessary to draw a 3-D Axis.
Plot3DAxes.AxesGroup() - Constructor for class mvt.graphics.Plot3DAxes.AxesGroup
 
Plot3DAxes.AxesGroupFactory - class mvt.graphics.Plot3DAxes.AxesGroupFactory.
AxesGroup is a factory-style object in which the only instances must be retrieved from the static method getActiveAxesGroup().
Plot3DAxes.AxesGroupFactory(double, double, double, double, double, double) - Constructor for class mvt.graphics.Plot3DAxes.AxesGroupFactory
 
Plot3DAxes(Plot3DPanel) - Constructor for class mvt.graphics.Plot3DAxes
This is a basic constructor for the object where the x and y ranges for the axes are found in the parent.
Plot3DInput - class mvt.tools.plot.Plot3DInput.
The class Plot3DInput makes the GUI input panel for the 3D function plotter.
Plot3DInput() - Constructor for class mvt.tools.plot.Plot3DInput
 
Plot3DOptions - class mvt.tools.plot.Plot3DOptions.
The class Plot3DOptions makes the GUI options panel for the 3D function plotter.
Plot3DOptions() - Constructor for class mvt.tools.plot.Plot3DOptions
 
Plot3DPanel - class mvt.graphics.Plot3DPanel.
The Plot3DPanel class provides a generic function plotter for two dimensional functions.
Plot3DPanel() - Constructor for class mvt.graphics.Plot3DPanel
Constructor for the Plot3DPanel class.
Plot3DPanel(double, double, double, double) - Constructor for class mvt.graphics.Plot3DPanel
Constructor for the Plot3DPanel class.
Plot3DTool - class mvt.tools.plot.Plot3DTool.
Tool that plots functions of the form: f(x,y)
Plot3DTool(String) - Constructor for class mvt.tools.plot.Plot3DTool
 
PlotPanel - class mvt.graphics.PlotPanel.
The PlotPanel class provides the generic operations that are required for any 2D or 3D plotter.
PlotPanel() - Constructor for class mvt.graphics.PlotPanel
 
plottingMenuItems - Variable in class mvt.MVT.ToolMenu
 
plottingToolMnemonics - Variable in class mvt.MVT.ToolMenu
 
plottingToolNames - Variable in class mvt.MVT.ToolMenu
 
plottingTools - Variable in class mvt.MVT.ToolMenu
 
PlotTool - class mvt.tools.plot.PlotTool.
 
PlotTool(String) - Constructor for class mvt.tools.plot.PlotTool
 
plus(Matrix) - Method in class math.matrix.Matrix
C = A + B
plusEquals(Matrix) - Method in class math.matrix.Matrix
A = A + B
Point2DList - class math.objects.Point2DList.
The class Point2DList allows for a collection of Point2D.Double objects.
Point2DList() - Constructor for class math.objects.Point2DList
 
Point3D - class math.objects.Point3D.
The class Point3D is similar to the Point2D.Double class and duplicates a lot of the code in the Point3D.Double class in the java3d libraries, which has not be included in this software yet.
Point3D(double, double, double) - Constructor for class math.objects.Point3D
Creates a new Point3D instance based on the x, y, and z coordinates of the point.
Point4D - class math.objects.Point4D.
The class Point4D is similar to Point2D.Double.
Point4D(double, double, double, double) - Constructor for class math.objects.Point4D
Creates a new Point3D instance based on the x, y, and z coordinates of the point.
points - Variable in class math.objects.Point2DList
 
Power - class math.functions.Power.
The class Power is used to create mathematical Power objects.
Power(Expression, Expression) - Constructor for class math.functions.Power
 
print(Graphics, PageFormat, int) - Method in class mvt.help.HTMLBrowser
 
print(Graphics, PageFormat, int) - Method in class mvt.tools.GraphicsPanel
Called by Java internally to print the graphics context
print(int, int) - Method in class math.matrix.Matrix
Print the matrix to stdout.
print(NumberFormat, int) - Method in class math.matrix.Matrix
Print the matrix to stdout.
print(PrintWriter, int, int) - Method in class math.matrix.Matrix
Print the matrix to the output stream.
print(PrintWriter, NumberFormat, int) - Method in class math.matrix.Matrix
Print the matrix to the output stream.
printHTML() - Method in class mvt.help.HTMLBrowser
 
PrintOptions - class mvt.util.PrintOptions.
 
PrintOptions() - Constructor for class mvt.util.PrintOptions
 
printPlot() - Method in class mvt.tools.GraphicsPanel
Called when the user requests a print
PrintPreview - class mvt.util.PrintPreview.
 
PrintPreview.PagePreview - class mvt.util.PrintPreview.PagePreview.
 
PrintPreview.PagePreview(int, int, Image) - Constructor for class mvt.util.PrintPreview.PagePreview
 
PrintPreview.PreviewContainer - class mvt.util.PrintPreview.PreviewContainer.
 
PrintPreview.PreviewContainer() - Constructor for class mvt.util.PrintPreview.PreviewContainer
 
PrintPreview(Printable) - Constructor for class mvt.util.PrintPreview
 
PrintPreview(Printable, int, String) - Constructor for class mvt.util.PrintPreview
 
PrintPreview$1 - class mvt.util.PrintPreview$1.
 
PrintPreview$1(PrintPreview) - Constructor for class mvt.util.PrintPreview$1
 
PrintPreview$2 - class mvt.util.PrintPreview$2.
 
PrintPreview$2(PrintPreview) - Constructor for class mvt.util.PrintPreview$2
 
PrintPreview$3 - class mvt.util.PrintPreview$3.
 
PrintPreview$3(PrintPreview) - Constructor for class mvt.util.PrintPreview$3
 
PrintPreview$4 - class mvt.util.PrintPreview$4.
 
PrintPreview$4(PrintPreview) - Constructor for class mvt.util.PrintPreview$4
 
PrintPreview$5 - class mvt.util.PrintPreview$5.
 
PrintPreview$5(PrintPreview$4) - Constructor for class mvt.util.PrintPreview$5
 
prnJob - Static variable in class mvt.util.PrintPreview
 
pt - Variable in class math.exceptions.SingularJacobianException
 
pts - Variable in class math.exceptions.ExcessiveIterationsException
 
pts2D - Variable in class math.exceptions.MinimumStepSizeException
 
pts2D - Variable in class math.exceptions.InfinityException
 
pts3D - Variable in class math.exceptions.MinimumStepSizeException
 
pts3D - Variable in class math.exceptions.InfinityException
 
pts4D - Variable in class math.exceptions.MinimumStepSizeException
 
pts4D - Variable in class math.exceptions.InfinityException
 
put(int, Object) - Method in class mvt.util.IntHashtable
Puts the specified element into the hashtable, using the specified key.
put(Object, Object) - Method in class mvt.util.IntHashtable
A put method that takes an Object, for compatibility with java.util.Dictionary.
Putbyte(byte, OutputStream) - Method in class mvt.util.GifEncoder
 
Putword(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