Uses of Class
ij.macro.Program
Packages that use Program
-
Uses of Program in ij.macro
Modifier and TypeMethodDescriptionUses a StreamTokenizer to convert an ImageJ macro file into a token stream.Modifier and TypeMethodDescriptionvoid
Interprets the specified tokenized macro file starting at location 0.void
Runs a tokenized macro on the current thread.void
Interprets the specified tokenized macro starting at the specified location.void
MacroRunner.runShortcut
(Program pgm, int address, String name) Runs tokenized macro on current thread if pgm.queueCommands is true.void
Interpreter.saveGlobals
(Program pgm) Saves global variables.ModifierConstructorDescriptionMacroRunner
(Program pgm, int address, String name) Create a new object that runs a tokenized macro in a separate thread.MacroRunner
(Program pgm, int address, String name, Editor editor) Create a new object that runs a tokenized macro in debug mode if 'editor' is not null.MacroRunner
(Program pgm, int address, String name, String argument) Create a new object that runs a tokenized macro in a separate thread, passing a string argument. -
Uses of Program in ij.plugin
-
Uses of Program in ij.plugin.tool
Methods in ij.plugin.tool that return Program