MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / run

Method run

ij/src/main/java/ij/IJ.java:366–368  ·  view source on GitHub ↗

Runs an ImageJ command. Does not return until the command has finished executing. To avoid "image locked", errors, plugins that call this method should implement the PlugIn interface instead of PlugInFilter.

(String command)

Source from the content-addressed store, hash-verified

364 errors, plugins that call this method should implement
365 the PlugIn interface instead of PlugInFilter. */
366 public static void run(String command) {
367 run(command, null);
368 }
369
370 /** Runs an ImageJ command, with options that are passed to the
371 GenericDialog and OpenDialog classes. Does not return until

Callers 15

setRoiMethod · 0.95
createNewRoiMethod · 0.95
saveAsMethod · 0.95
sendArgumentMethod · 0.95
extraCommandMethod · 0.95
main0Method · 0.95
undefinedMethod · 0.95
doRunMethod · 0.95
roiManagerMethod · 0.95
closeMethod · 0.95
runMethod · 0.95
openStartupMacrosMethod · 0.95

Calls 11

getCommandsMethod · 0.95
initMethod · 0.95
setOptionsMethod · 0.95
convertMethod · 0.95
runMethod · 0.95
testAbortMethod · 0.95
getTempCurrentImageMethod · 0.95
setTempCurrentImageMethod · 0.95
startsWithMethod · 0.80
getNameMethod · 0.65
setNameMethod · 0.45

Tested by

no test coverage detected