vmm.ode.secondorder3D
Class UserODEF2ndOrder3D
java.lang.Object
vmm.core.Exhibit
vmm.core3D.Exhibit3D
vmm.ode.ODE_3D
vmm.ode.secondorder3D.ODE2ndOrder3D
vmm.ode.secondorder3D.UserODEF2ndOrder3D
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable, UserExhibit, UserExhibit3D
public class UserODEF2ndOrder3D
- extends ODE2ndOrder3D
- implements UserExhibit3D
Fields inherited from class vmm.ode.ODE_3D |
addAnimateCheckBoxontrolPanel, addLinesCheckBoxontrolPanel, addOrbitTypesToControlPanel, anaglyphIsDefault, canShowVectorField, dtDefault, initialDataDefault, inputLabelNames, isAutonomous, ORBIT_TYPE_BOTH, ORBIT_TYPE_EULER, ORBIT_TYPE_RUNGE_KUTTA, showAxes, timeSpanDefault |
Method Summary |
UserExhibit3D.Support |
getUserExhibitSupport()
This method should return a non-null object that is created
and customized in the constructor of the class that implements UserExhbit. |
protected double |
xdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
|
protected double |
ydotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
|
protected double |
zdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
|
Methods inherited from class vmm.core.Exhibit |
addChangeListener, addDecoration, addExtraXML, addParameter, addView, clearDecorations, computeDrawData, fireExhibitChangeEvent, forceRedraw, getActionsForView, getAdditionalAnimationsForView, getAlternativeViews, getBuildAnimation, getDecorations, getDefaultBackground, getDefaultForeground, getDefaultWindow, getFramesForMorphing, getMorphingAnimation, getName, getParameterByName, getParameters, getSettingsCommandsForView, getTitle, getUseFilmstripForMorphing, getViews, parameterChanged, readExtraXML, removeChangeListener, removeDecoration, removeParameter, removeView, render, setDefaultBackground, setDefaultForeground, setDefaultWindow, setDefaultWindow, setFramesForMorphing, setName, setUseFilmstripForMorphing, stateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserODEF2ndOrder3D
public UserODEF2ndOrder3D()
getUserExhibitSupport
public UserExhibit3D.Support getUserExhibitSupport()
- Description copied from interface:
UserExhibit
- This method should return a non-null object that is created
and customized in the constructor of the class that implements UserExhbit.
- Specified by:
getUserExhibitSupport
in interface UserExhibit
xdotdot
protected double xdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
- Specified by:
xdotdot
in class ODE2ndOrder3D
ydotdot
protected double ydotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
- Specified by:
ydotdot
in class ODE2ndOrder3D
zdotdot
protected double zdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot)
- Specified by:
zdotdot
in class ODE2ndOrder3D