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

A

a - Variable in class vmm.core.Quaternion
 
a - Variable in class vmm.latticemodel.FermiPastaUlam
 
a - Variable in class vmm.latticemodel.Toda
 
abs2() - Method in class vmm.core.Complex
Returns the absolute value squared of this.
AbstractActionVMM - Class in vmm.actions
A convenience class for making an Action with an accelerator key.
AbstractActionVMM(String) - Constructor for class vmm.actions.AbstractActionVMM
Create an AbstractActionVMM with a specified name, no icon, and no accelerator.
AbstractActionVMM(String, Icon) - Constructor for class vmm.actions.AbstractActionVMM
Create an AbstractActionVMM with a specified name and icon, and with no accelerator.
AbstractActionVMM(String, String) - Constructor for class vmm.actions.AbstractActionVMM
Create an AbstractActionVMM with a specified name, icon, and accelerator.
ActionItem - Interface in vmm.actions
Represents an item or group of items that can be presented to a user in a menu.
ActionList - Class in vmm.actions
A simple class that is meant to represent a submenu (or a list of items in a menu) when used with methods such as Exhibit.getActionsForView(View) and View.getViewCommands().
ActionList() - Constructor for class vmm.actions.ActionList
Create an unnamed ActionList.
ActionList(String) - Constructor for class vmm.actions.ActionList
Create an ActionList with a specfied name.
actionPerformed(ActionEvent) - Method in class vmm.actions.ToggleAction
This method implements the abstract method that is inherited from the AbstractAction class, but it is defined to do nothing.
ActionRadioGroup - Class in vmm.actions
An ActionRadioGroup represents a group of mutually exclusive options.
ActionRadioGroup() - Constructor for class vmm.actions.ActionRadioGroup
Create an initially empty option group.
ActionRadioGroup(String[]) - Constructor for class vmm.actions.ActionRadioGroup
Create a group of options in which initially no option is selected.
ActionRadioGroup(String[], int) - Constructor for class vmm.actions.ActionRadioGroup
Create a group of options in which a specifed option is initially selected.
add(ActionItem) - Method in class vmm.actions.ActionList
Adds an ActionItem to the list of items in this ActionList.
add(Runnable) - Method in class vmm.core.TaskManager.Job
Add a task to this job.
add(Variable) - Method in class vmm.functions.Parser
Add a variable that can then be used as a parameter in expressions parsed by this parser.
add(ComplexVariable) - Method in class vmm.functions.Parser
Add a complex variable that can then be used as a parameter in expressions parsed by this parser.
add(Function) - Method in class vmm.functions.Parser
Add a real-valued function to the parser so that it can be used in expressions parsed by this parser.
add(ComplexFunction) - Method in class vmm.functions.Parser
Add a complex-valued function to the parser so that it can be used in expressions parsed by this parser.
add(ComplexMatrix2D) - Method in class vmm.pseudospherical.ComplexMatrix2D
compute and return the result of adding the matrix with inp
addAll(ActionList) - Method in class vmm.actions.ActionList
Add all the ActionItems in list to this ActionList.
addAnimateCheckBoxontrolPanel - Variable in class vmm.ode.ODE_3D
If set to false in the constructor of a subclass, then the check box for turning animatino of orbit drawing will not be added to the control pandl (although the command will still be in the Action menu).
addAnimateCheckBoxToControlPanel - Variable in class vmm.ode.ODE_2D
If set to false in the constructor of a subclass, then the check box for turning animatino of orbit drawing will not be added to the control pandl (although the command will still be in the Action menu).
addAnimatedItem(Animateable) - Method in class vmm.core.BasicAnimator
Add an Animateable item to the list of items that change during this animation.
addBorderComponent(Component, Object) - Method in class vmm.core.Display
Adds an extra component to the display's holder.
addChangeListener(ChangeListener) - Method in interface vmm.core.Animation
Register a ChangeListener to receive change events from the animation.
addChangeListener(ChangeListener) - Method in class vmm.core.Decoration
Change events are sent when the decoration needs to be redrawn.
addChangeListener(ChangeListener) - Method in class vmm.core.Exhibit
Add a ChangeListener to this Exhibit.
addChangeListener(ChangeListener) - Method in class vmm.core.ThreadedAnimation
Add a ChangeListener to this animation.
addChangeListener(ChangeListener) - Method in class vmm.core.TimerAnimation
Add a ChangeListener to this animation.
addChangeListener(ChangeListener) - Method in class vmm.core.Transform
Add a ChangeListener to this Transform.
addComplexFunction(String, String, String...) - Method in class vmm.core.UserExhibit.Support
Add a complex-valued function to the user info.
addDecoration(Decoration) - Method in class vmm.conformalmap.ConformalMap.ConformalMapView
 
addDecoration(Decoration) - Method in interface vmm.core.Decorateable
Add a decoration to this object.
addDecoration(Decoration) - Method in class vmm.core.Exhibit
Add a decoration that will appear in all Views of this Exhibit.
addDecoration(Decoration) - Method in class vmm.core.View
Add a decoration that will appear in this View only.
addDecorationElement(Document, Element, Decoration) - Static method in class vmm.core.SaveAndRestore
Adds an XML element representing a Decoration to a specified parent element.
addElement(Document, Element, String, Object) - Static method in class vmm.core.SaveAndRestore
Adds a child element to a given parent containing a "value" attribute with a specified value.
addExtraPanel(UserExhibit.Support.ExtraPanel) - Method in class vmm.core.UserExhibit.Support.Dialog
Add an extra input panel to the dialog box.
addExtraXML(Document, Element) - Method in class vmm.conformalmap.ConformalMap
 
addExtraXML(Document, Element) - Method in class vmm.core.Decoration
This method is called when an XML representation of this decoration is being created by the SaveAndRestore class to give the decoration a chance to add any extra inforamtion that is necesary to restore the state of the decoration.
addExtraXML(Document, Element) - Method in class vmm.core.Exhibit
This method is called when an XML representation of this exhibit is being constructed by the SaveAndRestore class to give the exhibit a chance to write any extra infomation that is not saved by default.
addExtraXML(Document, Element) - Method in class vmm.core.View
This method is called when an XML representation of this view is being constructed by the SaveAndRestore class to give the View a chance to add any extra infomation that is not saved by default.
addExtraXML(Document, Element) - Method in class vmm.core3D.View3D
Overridden to add extra transform info.
addExtraXML(Document, Element) - Method in class vmm.core3D.View3DWithLightSettings
Overridden to add light settings info.
addExtraXML(Document, Element) - Method in class vmm.ode.ODE_2D.ODEView
 
addExtraXML(Document, Element) - Method in class vmm.ode.ODE_3D.ODEView
 
addExtraXML(Document, Element) - Method in class vmm.surface.parametric.SurfaceParametric
 
addFile(String) - Static method in class vmm.core.I18n
Adds a file to the list of property files that are searched when looking for a string.
addFunctionParameter(VariableParam) - Method in class vmm.core.UserExhibit.Support
In addition to the arguments of the function, the definition of a function can contain refereneces to "parameters".
addFunctionParameter(ComplexVariableParam) - Method in class vmm.core.UserExhibit.Support
In addition to the arguments of the function, the definition of a function can contain refereneces to "parameters".
addGridTransform(GridTransformMatrix) - Method in class vmm.core3D.Grid3D
Adds a transformed copy of the basic grid to the surface.
addInfoLabel(String) - Method in class vmm.core.SettingsDialog
Adds a label to the top of the dialog box, above the input panel.
addInputPanel(JComponent) - Method in class vmm.core.SettingsDialog
Adds the specified panel to the CENTER position of the dialog box.
addItem(String) - Method in class vmm.actions.ActionRadioGroup
Adds an option to the group.
addLinesCheckBoxontrolPanel - Variable in class vmm.ode.ODE_3D
If set to false in the constructor of a subclass, then the check box for controling whether orbits are drawn as solid lines will not be added to the control pandl (although the command will still be in the Action menu).
addLinesCheckBoxToControlPanel - Variable in class vmm.ode.ODE_2D
If set to false in the constructor of a subclass, then the check box for controling whether orbits are drawn as solid lines will not be added to the control pandl (although the command will still be in the Action menu).
addNow(View, Point2D) - Method in class vmm.ode.OrbitPoints2D
Adds a point to the list, and show the new point in the specified view.
addNow(View, Point2D[]) - Method in class vmm.ode.OrbitPoints2D
Adds an array full of specified points to the list, and shows them in the specfied view.
addNow(View3D, Vector3D) - Method in class vmm.ode.OrbitPoints3D
Adds a point to the list, and show the new point in the specified view.
addNow(View3D, Vector3D[]) - Method in class vmm.ode.OrbitPoints3D
Adds an array full of specified points to the list, and shows them in the specfied view.
addOrbitTypesToControlPanel - Variable in class vmm.ode.ODE_2D
If set to false in the constructor of a subclass, then the radio buttons for selecting RungeKutta/Euler/Both will not be added to the control pandl (although they will still be in the Action menu).
addOrbitTypesToControlPanel - Variable in class vmm.ode.ODE_3D
If set to true in the constructor of a subclass, then the radio buttons for selecting RungeKutta/Euler/Both will be added to the control pandl.
addParameter(Parameter) - Method in class vmm.core.Exhibit
Associate a parameter with this Exhibit.
addParameter(Parameter) - Method in class vmm.core.View
Associate a parameter with this view.
addPoint(Point2D) - Method in class vmm.ode.OrbitPoints2D
Adds a specified point to the end of the list.
addPoint(Vector3D) - Method in class vmm.ode.OrbitPoints3D
Adds a specified point to the end of the list.
addPoints(Point2D[]) - Method in class vmm.ode.OrbitPoints2D
Adds all the points from an array to the curve by calling OrbitPoints2D.addPoint(Point2D) for each element in the array.
addPoints(Vector3D[]) - Method in class vmm.ode.OrbitPoints3D
Adds all the points from an array to the curve by calling OrbitPoints3D.addPoint(Vector3D) for each element in the array.
addProjectedOrbitsAction - Variable in class vmm.ode.ODE_2D
If set to false in the constructor of a subclass, then the command for showing projected orbits is not added to the Action menu.
addProperties(Object, String[], Document, Element) - Static method in class vmm.core.SaveAndRestore
This is a convenience method that just calls SaveAndRestore.addProperty(Object, String, Document, Element) for each name in the propertyNames array.
addProperty(Object, String, Document, Element) - Static method in class vmm.core.SaveAndRestore
Adds an XML Element represent a property of an object to an XML element that represents that object.
addRealFunction(String, String, String...) - Method in class vmm.core.UserExhibit.Support
Add a real-valued function to the user info.
addToXML(Document, Element) - Method in class vmm.core.UserExhibit.Support
This is called by the system when the user exhibit is being saved to a settings file to write the user data to the settings file.
addToXML(Document, Element) - Method in class vmm.core3D.UserExhibit3D.Support
 
addView(View) - Method in class vmm.core.Exhibit
Adds a view to the list of views that are displaying this Exhibit.
addWithCustomLimits(RealParamAnimateable, double, double) - Method in class vmm.core.BasicAnimator
Adds a RealParamAniamteable to this animator, with specified start and end values for the animation.
addWithCustomLimits(ComplexParamAnimateable, Complex, Complex) - Method in class vmm.core.BasicAnimator
Adds a ComplexParamAniamteable to this animator, with specified start and end values for the animation.
addWithCustomValue(IntegerParam, int) - Method in class vmm.core.BasicAnimator
Adds an IntegerParam to this animator, with specified value for the animation.
addWithCustomValue(RealParam, double) - Method in class vmm.core.BasicAnimator
Adds a RealParam to this animator, with specified value for the animation.
addWithCustomValue(ComplexParam, Complex) - Method in class vmm.core.BasicAnimator
Adds a ComplexParam to this animator, with specified value for the animation.
afp - Variable in class vmm.surface.parametric.WeierstrassMinimalSurface
 
AFP - Variable in class vmm.surface.parametric.WeierstrassMinimalSurface
 
AFPold - Variable in class vmm.surface.parametric.SchwarzHsurface
 
afterFirstSol(double, double) - Method in class vmm.pseudospherical.nSolitons
 
afterIterate1(double, double) - Method in class vmm.pseudospherical.nSolitons
 
alpha - Variable in class vmm.pseudospherical.Breather
 
amplitude - Variable in class vmm.latticemodel.LatticeModel.LMView
 
anaglyphIsDefault - Variable in class vmm.ode.ODE_3D
If this is set to true in a subclass's constructor, then the view will be put in anaglyph mode when it is created.
Animateable - Interface in vmm.core
This interface is implemented by "Animateable" Parameters such as RealParamAnimateable.
animateDrawingToggle - Variable in class vmm.ode.ODE_2D.ODEView
 
animateDrawingToggle - Variable in class vmm.ode.ODE_3D.ODEView
 
Animation - Interface in vmm.core
The common interface for two different types of animations, ThreadedAnimation and TimerAnimation.
ANIMATION_END - Static variable in class vmm.core.ParameterInput
Indicates that this input box is used to input the animation end value for an Animateable parameter.
ANIMATION_START - Static variable in class vmm.core.ParameterInput
Indicates that this input box is used to input the animation start value for an Animateable parameter.
animationEnding() - Method in class vmm.core.TimerAnimation
Called when the animation ends, either on its own or becauce it has been canceled from somewhere else, to give a subclass a chance to do any necessary clean-up.
AnimationLimitsDialog - Class in vmm.core
This class supports making a dialog where the user can set upper and lower limits on animated parameters.
AnimationLimitsDialog(Component, String, Parameter[]) - Constructor for class vmm.core.AnimationLimitsDialog
Create a dialog box for setting the limits on a specified set of animated parameters.
animationStarting() - Method in class vmm.core.TimerAnimation
Called when the animation is started to give a subclass a chance to do any necessary set-up.
appliedTransform2D() - Method in class vmm.core.Transform
This can be called during drawing to determine whether a 2D transform was already applied to the Graphics2D drawing context.
apply(Vector3D) - Method in class vmm.core3D.GridTransformMatrix
Applies the transform to a vector.
applyButton - Variable in class vmm.core.SettingsDialog
One of the buttons that can appear at the bottom of the dialog box.
applyToNormal(Vector3D) - Method in class vmm.core3D.GridTransformMatrix
Apply the transformation to a surface normal.
applyTransform(Transform3D, View3D) - Method in class vmm.core3D.Grid3D
Applies a transform the all vertices of the surface, to produce a set of transformed vertices.
applyTransvection(Vector3D, Vector3D) - Method in class vmm.core3D.Transform3D
Rotates vector e1 onto vector e2, resulting in a change of view.
ArchimedeanSpiral - Class in vmm.planecurve.parametric
Defines a parametric Archimedean Spiral curve.
ArchimedeanSpiral() - Constructor for class vmm.planecurve.parametric.ArchimedeanSpiral
 
argumentGrid - Variable in class vmm.conformalmap.ConformalMap
Stores all the points in the grid that covers the domain of the function.
assign(double, double) - Method in class vmm.core.Complex
 
assign(Complex) - Method in class vmm.core.Complex
 
assign(Complex, Complex, Complex) - Method in class vmm.core3D.ComplexVector3D
 
assign(ComplexVector3D) - Method in class vmm.core3D.ComplexVector3D
 
assign(Vector3D) - Method in class vmm.core3D.Vector3D
this.assign(v) assigns to this the value v.
assign_PlusTimes(Complex, Complex) - Method in class vmm.core.Complex
 
assign_PlusTimes(Complex, double) - Method in class vmm.core.Complex
 
assignDivide(Complex) - Method in class vmm.core.Complex
 
assignInvert() - Method in class vmm.core.Complex
 
assignLinComb(double, double, Vector3D) - Method in class vmm.core3D.Vector3D
this.assignLinComb(c,d,v) assigns to this the value c*this + d*v.
assignLinComb(double, Vector3D, double, Vector3D) - Method in class vmm.core3D.Vector3D
this.assignLinComb(c,v,d,w) assigns to this the value c*v + d*w.
assignMinus(Complex) - Method in class vmm.core.Complex
 
assignMinus(ComplexVector3D) - Method in class vmm.core3D.ComplexVector3D
 
assignMinus(Vector3D) - Method in class vmm.core3D.Vector3D
this.assignMinus(v) assigns to this the value this (- v).
assignMinus(Vector3D, Vector3D) - Method in class vmm.core3D.Vector3D
this.assignMinus(v, w) assigns to this the value this (v - w).
assignMinus2D(Point2D, Point2D) - Static method in class vmm.core.LinearAlgebra
public void assignMinus2D(Point2D P2, Point2D P1) assigns to P2 the value (P2 - P1).
assignPlus(Complex, Complex) - Method in class vmm.core.Complex
 
assignPlus(Complex) - Method in class vmm.core.Complex
 
assignPlus(ComplexVector3D) - Method in class vmm.core3D.ComplexVector3D
 
assignPlus(Vector3D) - Method in class vmm.core3D.Vector3D
this.assignPlus(v) assigns to this the value this + v.
assignPlus_SumTimes(Vector3D, Vector3D, Vector3D, Vector3D, double) - Method in class vmm.core3D.Vector3D
this.assignPlus_SumTimes(u, v, w, ww, d) assigns to this the value: this + (u + v + w + ww)*d.
assignPlusTimes(Complex, Complex) - Method in class vmm.core.Complex
 
assignPow(Complex, double) - Method in class vmm.core.Complex
 
assignSum(Vector3D, Vector3D) - Method in class vmm.core3D.Vector3D
this.assignSum(v,w) assigns to this the value v + w.
assignSumTimes(Vector3D, Vector3D, double) - Method in class vmm.core3D.Vector3D
this.assignSumTimes(v, w, d) assigns to this the value (v + w)*d.
assignSumTimes(Vector3D, Vector3D, Vector3D, Vector3D, double) - Method in class vmm.core3D.Vector3D
this.assignSumTimes(v, w, vv, ww, d) assigns to this the value (v + w + vv + ww)*d.
assignTimes(double) - Method in class vmm.core.Complex
 
assignTimes(Complex, double) - Method in class vmm.core.Complex
 
assignTimes(Complex) - Method in class vmm.core.Complex
 
assignTimes(Complex, Complex) - Method in class vmm.core.Complex
 
assignTimes(Complex) - Method in class vmm.core3D.ComplexVector3D
This vector is scalar multiplied by d.
assignTimes(double) - Method in class vmm.core3D.ComplexVector3D
 
assignTimes(double) - Method in class vmm.core3D.Vector3D
this.assignTimes(d) assigns to this the value d*this.
assignTimes(double, Vector3D) - Method in class vmm.core3D.Vector3D
this.assignTimes(d, v) assigns to this the value d*v.
assignTimes_PlusTimes(Complex, Complex, double) - Method in class vmm.core.Complex
 
assignTimesPlus(Complex, Complex) - Method in class vmm.core.Complex
 
assignTimesTimes(Complex, double) - Method in class vmm.core.Complex
 
Astroid - Class in vmm.planecurve.parametric
 
Astroid() - Constructor for class vmm.planecurve.parametric.Astroid
 
Astroidale - Class in vmm.surface.parametric
 
Astroidale() - Constructor for class vmm.surface.parametric.Astroidale
 
AUX_VIEW_ON_BOTTOM - Static variable in class vmm.core.Display
A constant that can be used in to specify the position of the auxiliary view.
AUX_VIEW_ON_LEFT - Static variable in class vmm.core.Display
A constant that can be used in to specify the position of the auxiliary view.
AUX_VIEW_ON_RIGHT - Static variable in class vmm.core.Display
A constant that can be used in to specify the position of the auxiliary view.
AUX_VIEW_ON_TOP - Static variable in class vmm.core.Display
A constant that can be used in to specify the position of the auxiliary view.
availableMemory() - Static method in class vmm.core.Util
Tries to compute the amount of memory that is available and not yet used.
await(int) - Method in class vmm.core.TaskManager.Job
Waits either a specified amount of time or indefinitely for this job to finish.
Axes2D - Class in vmm.core
A pair of lines representing axes in the xy-plane.
Axes2D() - Constructor for class vmm.core.Axes2D
Construct an Axes2D Decoration, with default color (gray), to be drawn in layer -100.
Axes3D - Class in vmm.core3D
A Decoration that displays x-, y-, and z-axes in three-space.
Axes3D() - Constructor for class vmm.core3D.Axes3D
Create an Axes3D decoration, which is in layer 1 by default.

B

b - Variable in class vmm.core.Quaternion
 
b - Variable in class vmm.latticemodel.FermiPastaUlam
 
b - Variable in class vmm.latticemodel.Toda
 
backgroundCommands - Variable in class vmm.core.View
Used for setting the background color of this View, this contains three commands for black background, white background, and custom background.
BarthSextic - Class in vmm.surface.implicit
 
BarthSextic() - Constructor for class vmm.surface.implicit.BarthSextic
 
BasicAnimator - Class in vmm.core
A BasicAnimator can animate one or more Animateable objects.
BasicAnimator() - Constructor for class vmm.core.BasicAnimator
Create a BasicAnimator with no items, with 100 frames and 50 millseconds per frame.
BasicAnimator(int) - Constructor for class vmm.core.BasicAnimator
Create a BasicAnimator with no items, with a specified number of frames, and with 50 millisconds.
BasicAnimator(Animateable) - Constructor for class vmm.core.BasicAnimator
Create a BasicAnimator with one Animateable item, with 100 frames and 50 millseconds per frame.
BasicAnimator(Animateable, int, int) - Constructor for class vmm.core.BasicAnimator
Create a BasicAnimator with one item, with a specified number of frames and delay per frame.
BasicAnimator(Animateable[], int, int) - Constructor for class vmm.core.BasicAnimator
Create a BasicAnimator with several animated itemss, and with a specified number of frames and delay per frame.
BasicMouseTask2D - Class in vmm.core
A BasicMouseTask2D is a MouseTask that allows the user to drag and zoom the 2D window that is used to draw the Exhibit in a display.
BasicMouseTask2D() - Constructor for class vmm.core.BasicMouseTask2D
 
BasicMouseTask3D - Class in vmm.core3D
A MouseTask that is designed to handle the most common cases of interaction with a three-dimensional Exhibit.
BasicMouseTask3D() - Constructor for class vmm.core3D.BasicMouseTask3D
 
beginDrawToOffscreenImage() - Method in class vmm.core.View
This method, along with View.endDrawToOffscreenImage(), allow you to draw directly to this view's off-screen image, if there is one.
BianchiPinkall - Class in vmm.surface.parametric
Defines the Torus surface family,
BianchiPinkall() - Constructor for class vmm.surface.parametric.BianchiPinkall
 
borderedPanel(String) - Method in class vmm.core.SettingsDialog
A convenience method for creating a panel that uses a titled border
BOUNDARY_CONDITION_PERIODIC - Static variable in class vmm.latticemodel.LatticeModel
 
BOUNDARY_CONDITION_ZERO - Static variable in class vmm.latticemodel.LatticeModel
 
boundaryConditionSelect - Variable in class vmm.latticemodel.LatticeModel.LMView
 
BoyBryantKusner - Class in vmm.surface.parametric
Defines a Boy's surface, following Bryant-Kusner
BoyBryantKusner() - Constructor for class vmm.surface.parametric.BoyBryantKusner
 
BoysSurface - Class in vmm.surface.implicit
 
BoysSurface() - Constructor for class vmm.surface.implicit.BoysSurface
 
Breather - Class in vmm.pseudospherical
 
Breather() - Constructor for class vmm.pseudospherical.Breather
 
BreatherPlusSoliton - Class in vmm.pseudospherical
 
BreatherPlusSoliton() - Constructor for class vmm.pseudospherical.BreatherPlusSoliton
 
buildAnimation - Variable in class vmm.core.View
 
buildingImageForFilmstrip - Variable in class vmm.core.View
This variable was introduced to handle a specific special case: when an image is created asynchronously over a period of time, as in ray-traced views of implicit surfaces.
buildTransformFromElement(Element) - Static method in class vmm.core.SaveAndRestore
Create a Transform object form a <transform> element that describes the transform.
busy() - Method in class vmm.core.TaskManager
Tells whether this TaskManager has at least one job that has not yet finished.
buttonBar - Variable in class vmm.core.SettingsDialog
The panel that holds the row of buttons, at the bottom of the dialog box.

C

c - Variable in class vmm.core.Quaternion
 
c - Variable in class vmm.latticemodel.FermiPastaUlam
 
cancel() - Method in interface vmm.core.Animation
Stop the Animation.
cancel() - Method in class vmm.core.BasicAnimator
 
cancel() - Method in class vmm.core.TaskManager.Job
Cancel the job.
cancel() - Method in class vmm.core.ThreadedAnimation
Cancels the animation.
cancel() - Method in class vmm.core.TimerAnimation
Cancels a running animation.
cancelButton - Variable in class vmm.core.SettingsDialog
One of the buttons that can appear at the bottom of the dialog box.
canceled - Variable in class vmm.core.SettingsDialog
This variable is set to false when the SettingsDialog.doCancel() method is called.
cancelMouseTasks() - Method in class vmm.core.Display
Cancels any mouse task and one-shot mouse task currently installed in this Display.
canShowConjugateSurface - Variable in class vmm.surface.parametric.WeierstrassMinimalSurface
Set this variable to true in the constructor of a subclass to add the showConjugagteSurfaceAction to the Action menu for that subclass.
canShowNormalModeDisplay - Variable in class vmm.latticemodel.LatticeModel
 
canShowVectorField - Variable in class vmm.ode.ODE_2D
Tells whether it is possible to draw a vector field for the exhibit.
canShowVectorField - Variable in class vmm.ode.ODE_3D
Tells whether it is possible to draw a vector field for the exhibit.
CARTESIAN - Static variable in class vmm.conformalmap.ConformalMap
Code for using a cartesian grid on the domain of the function.
Catalan - Class in vmm.surface.parametric
Defines an Catalan surface.
Catalan() - Constructor for class vmm.surface.parametric.Catalan
 
Catenary - Class in vmm.planecurve.parametric
Defines a parametric Catenary .
Catenary() - Constructor for class vmm.planecurve.parametric.Catenary
 
Catenoid_Helicoid - Class in vmm.surface.parametric
Defines the Catenoid-Helicoid surface family.
Catenoid_Helicoid() - Constructor for class vmm.surface.parametric.Catenoid_Helicoid
 
CatenoidEnneper - Class in vmm.surface.parametric
 
CatenoidEnneper() - Constructor for class vmm.surface.parametric.CatenoidEnneper
 
CatenoidFence - Class in vmm.surface.parametric
 
CatenoidFence() - Constructor for class vmm.surface.parametric.CatenoidFence
 
CayleyCubic - Class in vmm.surface.implicit
 
CayleyCubic() - Constructor for class vmm.surface.implicit.CayleyCubic
 
CentralForce - Class in vmm.ode.secondorder2D
 
CentralForce() - Constructor for class vmm.ode.secondorder2D.CentralForce
 
ChargedParticles - Class in vmm.ode.secondorder3D
 
ChargedParticles() - Constructor for class vmm.ode.secondorder3D.ChargedParticles
 
checkContents() - Method in class vmm.core.ParameterInput
Checks whether the contents of the text box represent a legal value for the parameter.
checkData() - Method in class vmm.core.UserExhibit.Support.ExtraPanel
 
ChenGackstatter - Class in vmm.surface.parametric
The Chen-Gackstatter surface posed surprising numerical difficulties, which increased with exponent.
ChenGackstatter() - Constructor for class vmm.surface.parametric.ChenGackstatter
 
chooseCursor() - Method in class vmm.core.Display
Sets the cursor for this Display.
CinquefoilKnot - Class in vmm.spacecurve.parametric
 
CinquefoilKnot() - Constructor for class vmm.spacecurve.parametric.CinquefoilKnot
 
CIRCLE - Static variable in class vmm.conformalmap.ConformalMapFigure
 
Circle - Class in vmm.planecurve.parametric
A circle, given as a parametric plane curve.
Circle() - Constructor for class vmm.planecurve.parametric.Circle
Construct a circle of radius 3, centered at the origin.
Cissoid - Class in vmm.planecurve.parametric
Defines a parametric Cissoid .
Cissoid() - Constructor for class vmm.planecurve.parametric.Cissoid
 
clear() - Method in class vmm.ode.OrbitPoints2D
Removes all points from the list.
clear() - Method in class vmm.ode.OrbitPoints3D
Removes all points from the list.
clearDecorations() - Method in class vmm.core.Exhibit
Remove all decorations from the Exhbiit.
clearDecorations() - Method in class vmm.core.View
Remove all decorations from this View.
clearNormals() - Method in class vmm.core3D.Grid3D
Removes all normal vectors that were set using Grid3D.setNormal(int, int, Vector3D).
clearOSI() - Method in class vmm.core.View
Fills the offscreen image with the background color of this View.
clearOSI() - Method in class vmm.core3D.View3D
Fills the offscreen image with the background color of this View.
clearPatchColors() - Method in class vmm.core3D.Grid3D
Resets all individual patch colors, as set by Grid3D.setPatchColor(int, int, Color), to the default value.
ClebschCubic - Class in vmm.surface.implicit
 
ClebschCubic() - Constructor for class vmm.surface.implicit.ClebschCubic
 
ClebschCubic.ClebschView - Class in vmm.surface.implicit
 
ClebschCubic.ClebschView() - Constructor for class vmm.surface.implicit.ClebschCubic.ClebschView
 
ClebschLine(int, double) - Method in class vmm.surface.implicit.ClebschCubic
 
clip(Vector3D) - Method in class vmm.core3D.View3D
This method is used to test whether a point should be clipped.
clone() - Method in class vmm.core.Transform
Returns a copy of this Transform.
clone() - Method in class vmm.core3D.Transform3D
Creates a copy of this Transform3D.
close() - Method in class vmm.core.TaskManager.Job
"Close" this job, making it possible for the job to complete.
closePeriodWithAFP() - Method in class vmm.surface.parametric.LidinoidHfamily
 
closingLopezRos() - Method in class vmm.surface.parametric.ChenGackstatter
 
closingLopezRos() - Method in class vmm.surface.parametric.CostaHoffmanMeeks
This surface needs that the Lopez-Ros parameter is adjusted to close the period.
closingLRP(double) - Method in class vmm.surface.parametric.LopezRosNoGo
 
cloudCylinder - Variable in class vmm.spacecurve.parametric.Viviani
 
cloudSphere - Variable in class vmm.spacecurve.parametric.SphericalCurve
This variable refers to the dot-cloud sphere decoration that is installed in this exhibit by the constructor.
COLOR_GAUSS_CURVATURE - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_MEAN_CURVATURE - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_TWO_SIDED_DEFAULT - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_TWO_SIDED_USER - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_USER - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_USER_FUNCTION_HSB - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_USER_FUNCTION_RGB - Static variable in class vmm.surface.parametric.SurfaceParametric
 
COLOR_WHITE - Static variable in class vmm.surface.parametric.SurfaceParametric
One of the types of surface coloration, for use in the setColoration method.
colorRepeatFactor - Variable in class vmm.fractals.RepeatedSegmentFractal
Used in coloring the curve.
commitData() - Method in class vmm.core.UserExhibit.Support.ExtraPanel
 
compBreather(double, double, boolean) - Method in class vmm.pseudospherical.Breather
 
Complex - Class in vmm.core
A complex number, with a real and an imaginary part.
Complex() - Constructor for class vmm.core.Complex
Create a complex number initially equal to zero
Complex(double) - Constructor for class vmm.core.Complex
Create a complex number initially equal to the real number x.
Complex(double, double) - Constructor for class vmm.core.Complex
Create a complex number initially equal to x + iy
Complex(Complex) - Constructor for class vmm.core.Complex
Create a new complex number that is initially equal to a given complex number.
ComplexExpression - Class in vmm.functions
Represents a complex-valued expression.
ComplexFunction - Class in vmm.functions
Represents a complex-valued function of any number of complex arguments.
ComplexFunction1 - Class in vmm.functions
Represents a complex-valued function of one complex argument.
ComplexFunction2 - Class in vmm.functions
Represents a complex-valued function of two complex arguments.
ComplexFunction3 - Class in vmm.functions
Represents a complex-valued function of three complex arguments.
complexFunctionValue(Complex...) - Method in class vmm.core.UserExhibit.FunctionInfo
Returns the value of the complex-valued function contained in this FunctionInfo object, at a specified list of input arguments for the functions.
complexFunctionValue(double...) - Method in class vmm.core.UserExhibit.FunctionInfo
Returns the value of the complex-valued function contained in this FunctionInfo object, at a specified list of input arguments for the functions.
complexLinComb(Complex, Complex, Complex) - Method in class vmm.core.Complex
z.complexLinComb(a,b,c) returns a*z+b*c, Complex a,b;
ComplexMatrix2D - Class in vmm.pseudospherical
This class implements a complex two-by-two matrix.
ComplexMatrix2D() - Constructor for class vmm.pseudospherical.ComplexMatrix2D
default constructor, initializes all entries to 0
ComplexMatrix2D(ComplexMatrix2D) - Constructor for class vmm.pseudospherical.ComplexMatrix2D
constructor that copies the content of inp
ComplexMultiStepIntegrator(Complex, Complex, Complex, Complex, double) - Method in class vmm.core.ComplexODE
The following integrates 1/sqrt(Poly) and continues the value of the root.
ComplexODE - Class in vmm.core
 
ComplexODE(Complex, Complex, Complex, Complex, Complex) - Constructor for class vmm.core.ComplexODE
 
ComplexParam - Class in vmm.core
A parameter of type Complex.
ComplexParam() - Constructor for class vmm.core.ComplexParam
Creates a ComplexParam that initially has no name and has value and default value equal to 0.
ComplexParam(String, Complex) - Constructor for class vmm.core.ComplexParam
Create a ComplexParam with a specified name and initial value.
ComplexParam(String, String) - Constructor for class vmm.core.ComplexParam
Create a ComplexParam with a specified name and initial value.
ComplexParamAnimateable - Class in vmm.core
A parameter that has a Complex value and a start and end value to be used for animation.
ComplexParamAnimateable() - Constructor for class vmm.core.ComplexParamAnimateable
Creates a ComplexParamAnimateable that initially has no name and has value and default value equal to 0, with animation limits also equal to 0.
ComplexParamAnimateable(String, Complex) - Constructor for class vmm.core.ComplexParamAnimateable
Create a ComplexParamAnimateable with a specified name and initial value and with animation start and end values equal to the same value
ComplexParamAnimateable(String, Complex, Complex, Complex) - Constructor for class vmm.core.ComplexParamAnimateable
Create a ComplexParamAnimateable with a specified name, initial value, and start and end values.
ComplexParamAnimateable(String, String) - Constructor for class vmm.core.ComplexParamAnimateable
Create a ComplexParamAnimateable with a specified name and initial value and with animation start and end values equal to the same value.
ComplexParamAnimateable(String, String, String, String) - Constructor for class vmm.core.ComplexParamAnimateable
Create a ComplexParamAnimateable with a specified name, initial value, and start and end values.
ComplexVariable - Class in vmm.functions
A complex-valued variable.
ComplexVariable(String, double, double) - Constructor for class vmm.functions.ComplexVariable
Create a ComplexVariable with a specified name and initial value.
ComplexVariable(String) - Constructor for class vmm.functions.ComplexVariable
Create a ComplexVariable with a specified name and initial value zero.
ComplexVariable(double, double) - Constructor for class vmm.functions.ComplexVariable
Create a ComplexVariable with a specified initial value and with name initially equal to null.
ComplexVariableParam - Class in vmm.core
A Complex-valued parameter whose value is also the value of a ComplexVariable, as defined in the class vmm.functions.ComplexVariable.
ComplexVariableParam() - Constructor for class vmm.core.ComplexVariableParam
Creates a ComplexVariableParam that initially has no name and has value and default value equal to 0.
ComplexVariableParam(String, Complex) - Constructor for class vmm.core.ComplexVariableParam
Create a VComplexariableParam with a specified name and initial value.
ComplexVariableParam(String, String) - Constructor for class vmm.core.ComplexVariableParam
Create a ComplexVariableParam with a specified name and initial value, where the initial value is given as a string.
ComplexVariableParam(ComplexVariable) - Constructor for class vmm.core.ComplexVariableParam
Create a ComplexVariableParam that will share the value of the specified variable.
ComplexVariableParamAnimateable - Class in vmm.core
A parameter that has an associated ComplexVariable that shares its value.
ComplexVariableParamAnimateable() - Constructor for class vmm.core.ComplexVariableParamAnimateable
Creates a ComplexVariableParamAnimateable that initially has no name and has value and default value equal to 0, with animation limits also equal to 0.
ComplexVariableParamAnimateable(String, Complex) - Constructor for class vmm.core.ComplexVariableParamAnimateable
Create a ComplexVariableParamAnimateable with a specified name and initial value and with animation start and end values equal to the same value
ComplexVariableParamAnimateable(String, Complex, Complex, Complex) - Constructor for class vmm.core.ComplexVariableParamAnimateable
Create a ComplexVariableParamAnimateable with a specified name, initial value, and start and end values.
ComplexVariableParamAnimateable(String, String) - Constructor for class vmm.core.ComplexVariableParamAnimateable
Create a ComplexVariableParamAnimateable with a specified name and initial value and with animation start and end values equal to the same value.
ComplexVariableParamAnimateable(String, String, String, String) - Constructor for class vmm.core.ComplexVariableParamAnimateable
Create a ComplexVariableParamAnimateable with a specified name, initial value, and start and end values.
ComplexVector2D - Class in vmm.pseudospherical
A 2D vector with components of type Complex named x, y.
ComplexVector2D() - Constructor for class vmm.pseudospherical.ComplexVector2D
Construct a vector with all components initially equal to zero.
ComplexVector2D(Complex, Complex) - Constructor for class vmm.pseudospherical.ComplexVector2D
Construct a vector that initially has coordinates (x,y).
ComplexVector2D(ComplexVector2D) - Constructor for class vmm.pseudospherical.ComplexVector2D
Construct a vector that is initially a copy of a specified vector.
ComplexVector3D - Class in vmm.core3D
A 3D vector with components of type Complex named x, y, and z.
ComplexVector3D() - Constructor for class vmm.core3D.ComplexVector3D
Construct a vector with all three components initially equal to zero.
ComplexVector3D(Complex, Complex, Complex) - Constructor for class vmm.core3D.ComplexVector3D
Construct a vector that initially has coordinates (x,y,z).
ComplexVector3D(Vector3D, Vector3D) - Constructor for class vmm.core3D.ComplexVector3D
Construct a vector that initially has real part rea and imaginary part ima.
ComplexVector3D(ComplexVector3D) - Constructor for class vmm.core3D.ComplexVector3D
Construct a vector that is initially a copy of a specified vector.
ComplexVectorFunction(Complex) - Method in class vmm.surface.parametric.WeierstrassMinimalSurface
The auxiliary Weierstrass Integrand: ComplexVector3D(dh*g, dh/g, 2dh) See helperToMinimal for converting the integral values into surface points.
ComplexVectorIntegrator(Complex, Complex, int) - Method in class vmm.surface.parametric.WeierstrassMinimalSurface
 
ComplexVectorOneStepIntegrator(Complex, Complex) - Method in class vmm.surface.parametric.WeierstrassMinimalSurface
 
component3(Complex) - Method in class vmm.surface.parametric.WeierstrassMinimalSurface
Integrate g*dh, 1/g*dh and compute first and second component of the Weierstrass integral \int ( 1/g - g, (1/g + g)*I_C, 2) * dh after the integration
compose() - Method in class vmm.core3D.StereoComposite
 
composedFunction(Complex) - Method in class vmm.conformalmap.ConformalMap
Computes the output value for a given input argument, taking into account the precomposed and postcomposed functions.
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.conformalmap.ConformalMapFigure
 
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.core.Decoration
This method is called by the render method in the Exhibit class before it calls this Decoration's doDraw method, in order to give the Decoration a chance to recalculate any cached data that it needs in order to draw itself.
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.core.Exhibit
Recompute any cached data in the Exhibit that might have changed since it was computed.
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.core3D.DotCloudSurface
 
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.fractals.RepeatedSegmentFractal
Computes the data for the curve.
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.planecurve.parametric.NormalBundleDecoration
Computes the normal vectors that are needed for drawing the array.
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.planecurve.PlaneCurve
 
computeDrawData(View, boolean, Transform, Transform) - Method in class vmm.spacecurve.parametric.Viviani.DotCloudCylinder
 
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.conformalmap.ConformalMap
 
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.conformalmap.Weierstrass_p
Overridden to compute half of the data as a transformation of the data for the first half.
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.core3D.Exhibit3D
Recopmputes cached data, if necessary, for a 3D rendering of this exhibit.
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.polyhedron.IFS
 
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.polyhedron.RegularPolyhedron
 
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.spacecurve.parametric.SpaceCurveParametric
Computes the data needed to render the exhibit.
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.spacecurve.SpaceCurve
Computes the array of points.
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.surface.implicit.SurfaceImplicit
 
computeDrawData3D(View3D, boolean, Transform3D, Transform3D) - Method in class vmm.surface.Surface
 
computeDrawDataHook(View, Transform) - Method in class vmm.core.Exhibit
Called by render to compute the draw data for the exhibit.
computeDrawDataHook(View, Transform) - Method in class vmm.core3D.Exhibit3D
Called by Exhibit.render(Graphics2D, View, Transform, ArrayList) to give the exhibit a chance to compute its cached data, if necessary.
computeHalfPeriod() - Method in class vmm.surface.parametric.CatenoidFence
 
computeHalfPeriod() - Method in class vmm.surface.parametric.DoublyPeriodicJD
 
computeHalfPeriod() - Method in class vmm.surface.parametric.DoublyPeriodicJE
 
computeHalfPeriod() - Method in class vmm.surface.parametric.Riemann
 
computeHalfPeriod() - Method in class vmm.surface.parametric.Scherk_Weierstrass
 
computeHalfPeriod() - Method in class vmm.surface.parametric.WeierstrassMinimalSurface
 
computeNextLevel(Complex[], int) - Method in class vmm.fractals.Dragon
 
computeNextLevel(Complex[], int) - Method in class vmm.fractals.Hilbert
 
computeNextLevel(Complex[], int) - Method in class vmm.fractals.Koch
 
computeNextLevel(Complex[], int) - Method in class vmm.fractals.KochEscher
 
computeNextLevel(Complex[], int) - Method in class vmm.fractals.RepeatedSegmentFractal
This abstract method computes one approximation level from the previous one, which has already been computed.
computeNextLevel(Complex[], int) - Method in class vmm.fractals.Sierpinski
 
computePeriodData() - Method in class vmm.surface.parametric.LidinoidHfamily
 
computePeriodData() - Method in class vmm.surface.parametric.OtherTriangCatenoid
 
computePeriodData() - Method in class vmm.surface.parametric.SchoenCLPsurface
 
computePeriodData() - Method in class vmm.surface.parametric.SchoenGyroid
 
computePeriodData() - Method in class vmm.surface.parametric.SchwarzHsurface
 
computePeriodData() - Method in class vmm.surface.parametric.SchwarzPDsurface
 
Conchoid - Class in vmm.planecurve.parametric
Defines a parametric Conchoid of Nicomedes .
Conchoid() - Constructor for class vmm.planecurve.parametric.Conchoid
 
ConformalMap - Class in vmm.conformalmap
This class represents a map from a region in the complex plane to the complex plane.
ConformalMap() - Constructor for class vmm.conformalmap.ConformalMap
 
ConformalMap.ConformalMapView - Class in vmm.conformalmap
A class that defines the default view for a ConformalMap.
ConformalMap.ConformalMapView() - Constructor for class vmm.conformalmap.ConformalMap.ConformalMapView
 
ConformalMapFigure - Class in vmm.conformalmap
Represents a figure in the complex plane, and the image of that figure under a ConformalMap.
ConformalMapFigure() - Constructor for class vmm.conformalmap.ConformalMapFigure
Creates a ConformalMapFigure which represents a line segment in the domain, but for which both the points that determine the figure are null.
ConformalMapFigure(Point2D, Point2D, int) - Constructor for class vmm.conformalmap.ConformalMapFigure
Create a figure defined by two given points in the domain, using the constructor ConformalMapFigure.ConformalMapFigure(Point2D, Point2D, int, int) with the fourth parameter set equal to zero (giving the default number of points on the figure).
ConformalMapFigure(Point2D, Point2D, int, int) - Constructor for class vmm.conformalmap.ConformalMapFigure
Create a figure defined by two given points in the domain.
ConicSection - Class in vmm.planecurve.parametric
A common base class for Elippse, Parabola, and Hyperbola, to show foci and "directrix" during morphing and extra stuff during the creation animation.
ConicSection() - Constructor for class vmm.planecurve.parametric.ConicSection
 
conj() - Method in class vmm.core.Complex
Computes the conjugate of a complex number.
conj() - Method in class vmm.core.Quaternion
p.conj() returns the conjugate to p
conjugate() - Method in class vmm.pseudospherical.ComplexMatrix2D
compute and return the conjugate of the matrix
connectDotsToggle - Variable in class vmm.ode.ODE_2D.ODEView
 
connectDotsToggle - Variable in class vmm.ode.ODE_3D.ODEView
 
Conoid - Class in vmm.surface.parametric
 
Conoid() - Constructor for class vmm.surface.parametric.Conoid
 
ConstantCurvature - Class in vmm.spacecurve.parametric
Defines a space curve of constant curvature kappa by integrating the Frenet equations with kappa=aa and a torsion function tau(t) = bb + cc*sin(t) + dd*sin(2t) + ee*sin(3t).
ConstantCurvature() - Constructor for class vmm.spacecurve.parametric.ConstantCurvature
 
ConstantMagneticField - Class in vmm.ode.secondorder3D
 
ConstantMagneticField() - Constructor for class vmm.ode.secondorder3D.ConstantMagneticField
 
ConstantTorsion - Class in vmm.spacecurve.parametric
Defines a space curve of constant curvature kappa by integrating the Frenet equations with kappa=aa and a torsion function tau(t) = bb + cc*sin(t) + dd*sin(2t) + ee*sin(3t).
ConstantTorsion() - Constructor for class vmm.spacecurve.parametric.ConstantTorsion
 
ConstCurvFamilyOfRevolution - Class in vmm.surface.parametric
Defines the family of constant Gaussian curvature K=1
ConstCurvFamilyOfRevolution() - Constructor for class vmm.surface.parametric.ConstCurvFamilyOfRevolution
 
ConstCurvOneHelicoids - Class in vmm.surface.parametric
Defines a 2-parameter surface family of constant Gaussian curvature K=1 with screw motion symmetry
ConstCurvOneHelicoids() - Constructor for class vmm.surface.parametric.ConstCurvOneHelicoids
 
contentPanel - Variable in class vmm.core.SettingsDialog
The content pane of the dialog box.
continueAction - Variable in class vmm.latticemodel.LatticeModel.LMView
 
continueOrbitAction - Variable in class vmm.ode.ODE_2D.ODEView
 
continueOrbitAction - Variable in class vmm.ode.ODE_3D.ODEView
 
convertXMLToExhibit(Document) - Static method in class vmm.core.SaveAndRestore
Constructs an Exhibit from its XML representation.
Convex - Class in vmm.planecurve.parametric
Defines parametric Epi- and Hypo- Cycloids.
Convex() - Constructor for class vmm.planecurve.parametric.Convex
 
convexCombination(double, Point2D, Point2D) - Static method in class vmm.core.LinearAlgebra
public Point2D convexCombination(double t, Point2D P1, Point2D P2) returns a new object with value P1 + t*(P2-P1).
cosh(double) - Method in class vmm.core.Complex
 
CostaHoffmanMeeks - Class in vmm.surface.parametric
 
CostaHoffmanMeeks() - Constructor for class vmm.surface.parametric.CostaHoffmanMeeks
 
Coulomb - Class in vmm.ode.secondorder2D
 
Coulomb() - Constructor for class vmm.ode.secondorder2D.Coulomb
 
CoupledOscillators - Class in vmm.ode.secondorder2D
 
CoupledOscillators() - Constructor for class vmm.ode.secondorder2D.CoupledOscillators
 
CoupledOscillators - Class in vmm.ode.secondorder3D
 
CoupledOscillators() - Constructor for class vmm.ode.secondorder3D.CoupledOscillators
 
createAxes() - Method in class vmm.core.View
Create an "Axes" decoration that can be added to this view.
createAxes() - Method in class vmm.core3D.View3D
Returns an Axes decoration that is appropriate for this view.
createCheckBox() - Method in class vmm.actions.ToggleAction
Return a JCheckBox whose selection state is synchronized with the state of this ToggleAction and with other components returned by this method and by ToggleAction.createCheckBoxMenuItem().
createCheckBoxMenuItem() - Method in class vmm.actions.ToggleAction
Return a JCheckBoxMenuItem whose selection state is synchronized with the state of this ToggleAction and with other components returned by this method and by ToggleAction.createCheckBox().