Class startOdes
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----startOdes
- public class startOdes
- extends Applet
Starts Odes
-
documentBase
- location of marker.txt
-
function
-
-
inputParameters
-
-
nParameters
-
-
nVariables
-
-
parameterBoxes
-
-
plot
-
-
showGhost
-
-
showing
- true if window showing
-
showTime
-
-
variableBoxes
-
-
startOdes()
-
-
action(Event, Object)
-
-
getAllParameters()
-
-
getFromApplet(String, String)
-
-
hideWindow()
-
-
init()
-
-
showWindow()
-
showing
public boolean showing
- true if window showing
inputParameters
public boolean inputParameters
showGhost
public boolean showGhost
showTime
public boolean showTime
parameterBoxes
public String parameterBoxes[]
variableBoxes
public String variableBoxes[]
nParameters
public int nParameters
nVariables
public int nVariables
function
public int function
plot
public int plot
documentBase
URL documentBase
- location of marker.txt
startOdes
public startOdes()
init
public void init()
- Overrides:
- init in class Applet
showWindow
public void showWindow()
hideWindow
public void hideWindow()
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
getFromApplet
protected String getFromApplet(String parameter,
String s)
getAllParameters
protected void getAllParameters()