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

M

main(String[]) - Static method in class net.sourceforge.webcompmath.functions.ZeroFinder
To test ZeroFinder
mainController - Variable in class net.sourceforge.webcompmath.applets.GenericGraphApplet
The Controller from the mainPanel.
mainPanel - Variable in class net.sourceforge.webcompmath.applets.GenericGraphApplet
The main panel of the applet, containing a display canvas and other components.
makeAxes() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Construct a set of Axes, based on applet params "AxesColor", "AxesLightColor", "XLabel", "YLabel", "LabelColor".
makeEmpty() - Method in class net.sourceforge.webcompmath.data.StackOfDouble
Clear all items from the stack.
makeMainPanel() - Method in class net.sourceforge.webcompmath.applets.Evaluator
Create the main panel of the applet.
makeMainPanel() - Method in class net.sourceforge.webcompmath.applets.ScatterPlotApplet
Create the main panel of the applet.
mark() - Method in class net.sourceforge.webcompmath.data.ParserContext
MathObjects added to the symbol table after a call to mark() will be removed by a later, matching call to revert().
MathObject - Interface in net.sourceforge.webcompmath.data
A MathObject is just an object that has setName and getName methods.
max - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
The max value.
max - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
The Value that specify the max represented by the slider.
maxVal - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
The value found for max the last time checkInput() was called.
maxVal - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
The values found for max the last time checkInput() was called.
maxValue - Variable in class net.sourceforge.webcompmath.awt.VariableInput
Largest allowable value.
MeanValue - Class in net.sourceforge.webcompmath.applets
 
MeanValue() - Constructor for class net.sourceforge.webcompmath.applets.MeanValue
 
MessagePopup - Class in net.sourceforge.webcompmath.awt
The class MessagePopup represents a Window that pops up to display an error message.
MessagePopup(Component) - Constructor for class net.sourceforge.webcompmath.awt.MessagePopup
Create a MessagePopup with the give source component.
MIDPOINT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Slice method type: mid point
MIDPOINT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Summation method type: mid point
min - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
The Values that specify the range of values represented by the slider.
min - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
The Value that specify the min represented by the slider.
MINUS - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
minus(Fraction) - Method in class net.sourceforge.webcompmath.data.Fraction
return a Fraction representing this Fraction minus b
minus(long) - Method in class net.sourceforge.webcompmath.data.Fraction
return a Fraction representing this Fraction minus n
minVal - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
The value found for min the last time checkInput() was called.
minVal - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
The values found for min the last time checkInput() was called.
minValue - Variable in class net.sourceforge.webcompmath.awt.VariableInput
Smallest allowable value.
MISSINGCT - Static variable in class net.sourceforge.webcompmath.draw.ScatterPlot
A constant that can be used in the getValueObject() method to indicate which statistic the object should represent.
mouseClicked(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Empty method, required by MouseListener interface.
mouseClicked(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-click.
mouseClicked(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Empty method, required by the MouseListener interface.
mouseClicked(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Empty method, required by the MouseListener interface.
mouseDragged(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Responds when the user drags the mouse.
mouseDragged(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-drag.
mouseDragged(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Method required by the MouseListener interface.
mouseDragged(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Method required by the MouseListener interface.
mouseEntered(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseEntered(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-enter event.
mouseEntered(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseEntered(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-exit event.
mouseExited(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseExited(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Empty method, required by MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds when mouse moves.
mouseMoved(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Empty method, required by the MouseMotionListener interface.
mouseMoved(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Empty method, required by the MouseMotionListener interface.
mousePressed(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Responds when the user clicks the mouse in the rectangular area occupied by the CoordinateRect that contains this MouseTracker.
mousePressed(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-press.
mousePressed(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Method required by the MouseListener interface.
mousePressed(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Method required by the MouseListener interface.
mouseReleased(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Responds when the user releases the mouse.
mouseReleased(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.Panner
Responds to a mouse-release.
mouseReleased(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Method required by the MouseListener interface.
mouseReleased(MouseEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Method required by the MouseListener interface.
MouseTracker - Class in net.sourceforge.webcompmath.draw
A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user mouse actions in the rectangular area occupied by the CoordinateRect.
MouseTracker() - Constructor for class net.sourceforge.webcompmath.draw.MouseTracker
Create a MouseTracker that responds to both clicks and drags.
MouseTracker(boolean, boolean) - Constructor for class net.sourceforge.webcompmath.draw.MouseTracker
Creates a mouse tracker.
MouseVar - Interface in net.sourceforge.webcompmath.draw
This interface is used by WCMMouseVariableBean to get the x or y variables from both MouseTrackers and DraggablePoints.
MultiGraph - Class in net.sourceforge.webcompmath.applets
The MultiApplet can display the graphs of several functions, in different colors.
MultiGraph() - Constructor for class net.sourceforge.webcompmath.applets.MultiGraph
 

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