|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core.Exhibit
vmm.ode.ODE_2D
vmm.ode.firstorder2D.ODE1stOrder2D
vmm.ode.firstorder2D.UserODEFirstOrder2D
public class UserODEFirstOrder2D
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class vmm.ode.ODE_2D |
|---|
ODE_2D.ODEView |
| Nested classes/interfaces inherited from interface vmm.core.UserExhibit |
|---|
UserExhibit.FunctionInfo, UserExhibit.Support |
| Field Summary |
|---|
| Fields inherited from class vmm.core.Exhibit |
|---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
| Constructor Summary | |
|---|---|
UserODEFirstOrder2D()
|
|
| Method Summary | |
|---|---|
UserExhibit.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 |
x1Prime(double x,
double y)
Defines the x1-component of the vector field. |
protected double |
x2Prime(double x,
double y)
Defines the x2-component of the vector field. |
| Methods inherited from class vmm.ode.firstorder2D.ODE1stOrder2D |
|---|
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint, vectorField_x, vectorField_y |
| Methods inherited from class vmm.ode.ODE_2D |
|---|
doDraw, extractPointFromData, getCreateAnimation, getDefaultView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface vmm.core.UserExhibit |
|---|
getDefaultView, getDefaultWindow, getParameters, setDefaultWindow |
| Methods inherited from interface vmm.core.Parameterizable |
|---|
parameterChanged |
| Constructor Detail |
|---|
public UserODEFirstOrder2D()
| Method Detail |
|---|
protected double x1Prime(double x,
double y)
ODE1stOrder2D
x1Prime in class ODE1stOrder2D
protected double x2Prime(double x,
double y)
ODE1stOrder2D
x2Prime in class ODE1stOrder2Dpublic UserExhibit.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport in interface UserExhibit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||