|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.odesys.chart.applet.ParamParser
ParamParser is used internally to parse the init scripts.
| Constructor Summary | |
ParamParser(java.lang.String s)
Create a new ParamParser instance to parse the specified script. |
|
| Method Summary | |
java.util.Vector |
getNext()
Gets the next command in the script. |
static int |
parseInt(java.lang.String s)
Parses an integer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParamParser(java.lang.String s)
| Method Detail |
public java.util.Vector getNext()
throws java.lang.Exception
public static int parseInt(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||