| Constructor | Description |
|---|---|
PlugInInterpreter() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract String |
getImports() |
Returns the import statements that are added to the script.
|
abstract String |
getName() |
Returns the name of this PlugInInterpreter.
|
abstract String |
getReturnValue() |
Returns the value returned by the script, if any, or null.
|
abstract String |
getVersion() |
Returns the version of ImageJ at the time this plugin was created.
|
void |
run(String script) |
Run script on separate thread.
|
abstract String |
run(String script,
String arg) |
Run script on current thread.
|
public void run(String script)
public abstract String getReturnValue()
public abstract String getName()
public abstract String getImports()
public abstract String getVersion()