Uses of Class
ij.macro.Interpreter
Packages that use Interpreter
-
Uses of Interpreter in ij
Methods in ij with parameters of type InterpreterModifier and TypeMethodDescriptionstatic ImagePlusIJ.getImage(Interpreter interpreter) The macro interpreter uses this method to call getImage().static voidIJ.run(Interpreter interpreter, String command, String options) The macro interpreter uses this method to run commands. -
Uses of Interpreter in ij.macro
Methods in ij.macro that return InterpreterMethods in ij.macro with parameters of type InterpreterModifier and TypeMethodDescriptionstatic voidInterpreter.abort(Interpreter interp) Absolete, replaced by abortMacro().static ObjectExtensionDescriptor.convertVariable(Interpreter interp, int rawType, Variable var) intDebugger.debug(Interpreter interp, int mode) -
Uses of Interpreter in ij.plugin.frame
Methods in ij.plugin.frame with parameters of type Interpreter