public class BuildGraph extends ScanWord
Modifier and Type | Field and Description |
---|---|
int |
level
The current brace level.
|
int |
lineno
Current line being parsed
|
Constructor and Description |
---|
BuildGraph(InputStream in,
Applet ap)
Instantiate the class
|
Modifier and Type | Method and Description |
---|---|
Vector |
getBuilt()
Get a vector of all the built Classes.
|
Object |
getGraph()
Get the Graph object that has been built!
|
TextLine |
getGraphTitle()
Get the title of the Graph
|
void |
parse()
This is THE method that parses the input file and constructs the plot.
|
addKeyWord, getKeyValue, nextWord, resetKeyWords, setStringChar
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
public int lineno
public int level
public BuildGraph(InputStream in, Applet ap)
in
- The inputstream to be readap
- the driving applet.public Object getGraph()
public TextLine getGraphTitle()
public Vector getBuilt()
public void parse()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics