Package | Description |
---|---|
ptolemy.plot |
The ptolemy.plot package.
|
ptolemy.plot.compat |
Backward compatibility with xgraph and pxgraph.
|
Modifier and Type | Method and Description |
---|---|
protected int |
PlotApplication._parseArgs(java.lang.String[] args)
Parse the command-line
arguments and make calls to the Plot class accordingly.
|
Modifier and Type | Method and Description |
---|---|
protected int |
PxgraphApplication._parseArgs(java.lang.String[] args)
Parse those command-line arguments that are relevant to the
application only, and refer other arguments to the PxgraphParser
helper class.
|
int |
PxgraphParser.parseArgs(java.lang.String[] args)
Parse pxgraph style command-line arguments.
|
int |
PxgraphParser.parseArgs(java.lang.String[] args,
java.net.URL base)
Parse pxgraph style command-line arguments, using the specified
base URL for any relative URL references.
|
int |
PxgraphParser.parsePxgraphargs(java.lang.String pxgraphargs,
java.net.URL base)
Split a string containing pxgraph-compatible command-line arguments
into an array and call parseArgs() on the array.
|