Class mjr.pstree.ParameterInfo
All Packages Class Hierarchy This Package Previous Next Index
Class mjr.pstree.ParameterInfo
java.lang.Object
|
+----mjr.pstree.ParameterInfo
- public class ParameterInfo
- extends Object
This class stores all of the parameter information for the PST
applet.
-
BACKGROUND
-
-
DEBUG
-
-
GRAPHBASE
-
-
IMAGEBASE
-
-
INSTRUCTIONS
-
-
LEFT_EDGE
-
-
MEDIAN
-
-
RIGHT_EDGE
-
-
SAVE_CGI
-
-
SEARCH
-
-
UNVISITED
-
-
VISITED_FAILURE
-
-
VISITED_SUCCESS
-
-
pinfo
-
-
ParameterInfo(Applet)
-
-
getParameters(Applet)
-
-
parseColor(String)
-
-
parsePointColor(String)
-
UNVISITED
public int UNVISITED
VISITED_SUCCESS
public int VISITED_SUCCESS
VISITED_FAILURE
public int VISITED_FAILURE
LEFT_EDGE
public Color LEFT_EDGE
RIGHT_EDGE
public Color RIGHT_EDGE
MEDIAN
public Color MEDIAN
SEARCH
public Color SEARCH
INSTRUCTIONS
public Color INSTRUCTIONS
BACKGROUND
public String BACKGROUND
IMAGEBASE
public String IMAGEBASE
GRAPHBASE
public String GRAPHBASE
SAVE_CGI
public String SAVE_CGI
DEBUG
public boolean DEBUG
pinfo
public final static String pinfo[][]
ParameterInfo
public ParameterInfo(Applet applet)
getParameters
protected static String[] getParameters(Applet applet)
parseColor
protected Color parseColor(String arg)
parsePointColor
protected int parsePointColor(String arg)
All Packages Class Hierarchy This Package Previous Next Index