Class startMap2D
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----startMap2D
- public class startMap2D
- extends Applet
Starts Map2D
-
documentBase
- location of marker.txt
-
function
-
-
inputParameters
-
-
mapType
-
-
nDiv
-
-
nParameters
-
-
nVariables
-
-
parameterBoxes
-
-
plot
-
-
q
-
-
showing
- true if window showing
-
variableBoxes
-
-
startMap2D()
-
-
action(Event, Object)
-
-
getAllParameters()
-
-
getFromApplet(String, String)
-
-
hideWindow()
-
-
init()
-
-
showWindow()
-
showing
public boolean showing
- true if window showing
inputParameters
public boolean inputParameters
parameterBoxes
public String parameterBoxes[]
variableBoxes
public String variableBoxes[]
nParameters
public int nParameters
nVariables
public int nVariables
function
public int function
q
public int q
nDiv
public int nDiv
plot
public int plot
mapType
public int mapType
documentBase
URL documentBase
- location of marker.txt
startMap2D
public startMap2D()
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()