|
void | actionPerformed (ActionEvent e) |
|
void | windowClosing (WindowEvent e) |
|
void | close () |
|
| PlugInFrame (String title) |
|
void | run (String arg) |
|
void | windowClosing (WindowEvent e) |
|
void | close () |
|
void | windowActivated (WindowEvent e) |
|
void | focusGained (FocusEvent e) |
|
void | windowOpened (WindowEvent e) |
|
void | windowClosed (WindowEvent e) |
|
void | windowIconified (WindowEvent e) |
|
void | windowDeiconified (WindowEvent e) |
|
void | windowDeactivated (WindowEvent e) |
|
void | focusLost (FocusEvent e) |
|
|
static void | record (String method) |
|
static void | setCommand (String command) |
|
static void | record (String method, String arg) |
|
static void | record (String method, int a1) |
|
static void | record (String method, int a1, int a2) |
|
static void | record (String method, double a1, double a2) |
|
static void | record (String method, int a1, int a2, int a3) |
|
static void | record (String method, String args, int a1, int a2) |
|
static void | record (String method, int a1, int a2, int a3, int a4) |
|
static void | record (String method, String path, String args, int a1, int a2, int a3, int a4, int a5) |
|
static void | recordOption (String key, String value) |
|
static void | recordPath (String key, String path) |
|
static void | recordOption (String key) |
|
static void | saveCommand () |
|
This is ImageJ's macro recorder.
Definition at line 17 of file Recorder.java.
static void saveCommand |
( |
| ) |
|
|
inlinestatic |
static void setCommand |
( |
String |
command | ) |
|
|
inlinestatic |
Starts recording a command. Does nothing if the recorder is not open or the command being recorded has called IJ.run().
Definition at line 74 of file Recorder.java.
This variable is true if the recorder is running.
Definition at line 20 of file Recorder.java.
The documentation for this class was generated from the following file:
- /Users/webmaster/Desktop/squiz_matrix/fudge/image_editor/src/ij/plugin/frame/Recorder.java