Package ij
Class Macro
java.lang.Object
ij.Macro
The class contains static methods that perform macro operations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
abort()
Aborts the currently running macro or any plugin using IJ.run().static String
static String
static String
If a command started using run(name, options) is running, and the current thread is the same thread, returns the options string, otherwise, returns null.static String
static boolean
static boolean
static void
setOptions
(String options) Define a set of Macro options for the current Thread.static void
setOptions
(Thread thread, String options) Define a set of Macro options for a Thread.static String
-
Field Details
-
MACRO_CANCELED
- See Also:
-
-
Constructor Details
-
Macro
public Macro()
-
-
Method Details
-
open
-
saveAs
-
getName
-
getDir
-
abort
public static void abort()Aborts the currently running macro or any plugin using IJ.run(). -
getOptions
If a command started using run(name, options) is running, and the current thread is the same thread, returns the options string, otherwise, returns null.- See Also:
-
setOptions
Define a set of Macro options for the current Thread. -
setOptions
Define a set of Macro options for a Thread. -
getValue
-
trimKey
-