vmm.ode.firstorder3D
Class Rossler

java.lang.Object
  extended by vmm.core.Exhibit
      extended by vmm.core3D.Exhibit3D
          extended by vmm.ode.ODE_3D
              extended by vmm.ode.firstorder3D.ODE1stOrder3D
                  extended by vmm.ode.firstorder3D.Rossler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable

public class Rossler
extends ODE1stOrder3D


Nested Class Summary
 
Nested classes/interfaces inherited from class vmm.ode.ODE_3D
ODE_3D.ODEView
 
Field Summary
 
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
 
Fields inherited from class vmm.core3D.Exhibit3D
defaultViewpoint, defaultViewUp, previousTransform3D
 
Fields inherited from class vmm.core.Exhibit
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform
 
Constructor Summary
Rossler()
           
 
Method Summary
 View getDefaultView()
          Returns a view of type ODE_3D.ODEView.
protected  double xPrime(double x, double y, double z)
          Defines the x-component of the vector field.
protected  double yPrime(double x, double y, double z)
          Defines the y-component of the vector field.
protected  double zPrime(double x, double y, double z)
          Defines the z-component of the vector field.
 
Methods inherited from class vmm.ode.firstorder3D.ODE1stOrder3D
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint
 
Methods inherited from class vmm.ode.ODE_3D
doDraw, extractPointFromData, getCreateAnimation, screenPointTo3DPoint, vectorField_x, vectorField_y
 
Methods inherited from class vmm.core3D.Exhibit3D
computeDrawData3D, computeDrawDataHook, doDraw3D, doDrawHook, getDefaultTransform, getDefaultViewpoint, getDefaultViewUp, setDefaultViewpoint, setDefaultViewUp
 
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
 

Constructor Detail

Rossler

public Rossler()
Method Detail

getDefaultView

public View getDefaultView()
Description copied from class: ODE_3D
Returns a view of type ODE_3D.ODEView.

Overrides:
getDefaultView in class ODE_3D

xPrime

protected double xPrime(double x,
                        double y,
                        double z)
Description copied from class: ODE1stOrder3D
Defines the x-component of the vector field.

Specified by:
xPrime in class ODE1stOrder3D

yPrime

protected double yPrime(double x,
                        double y,
                        double z)
Description copied from class: ODE1stOrder3D
Defines the y-component of the vector field.

Specified by:
yPrime in class ODE1stOrder3D

zPrime

protected double zPrime(double x,
                        double y,
                        double z)
Description copied from class: ODE1stOrder3D
Defines the z-component of the vector field.

Specified by:
zPrime in class ODE1stOrder3D