Squiz Matrix
4.12.2
|
Public Member Functions | |
Executer (String cmd) | |
Executer (String cmd, ImagePlus imp) | |
void | run () |
void | runCommand (String cmd, ImagePlus imp) |
void | runImageCommand (String cmd, ImagePlus imp) |
Static Public Member Functions | |
static String | getCommand () |
Runs menu commands in a separate thread.
Definition at line 18 of file Executer.java.
|
inline |
Create an Executer to run the specified menu command in this thread using the active image.
Definition at line 29 of file Executer.java.
Create an Executer that runs the specified menu command in a separate thread using the specified image.
Definition at line 37 of file Executer.java.
|
inlinestatic |
Returns the last command executed. Returns null if no command has been executed.
Definition at line 177 of file Executer.java.
|
inline |
Run commands that process images.
Definition at line 125 of file Executer.java.