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

Method recordCall

ij/src/main/java/ij/plugin/frame/Recorder.java:390–392  ·  view source on GitHub ↗
(String call)

Source from the content-addressed store, hash-verified

388 }
389
390 public static void recordCall(String call) {
391 recordCall(call, false);
392 }
393
394 /** Records in scriptMode (not ImageJ macro language) */
395 public static void recordCall(String call, boolean recordCommand) {

Callers 15

runMethod · 0.95
convertImagesToStackMethod · 0.95
closeImageMethod · 0.95
runMethod · 0.95
calculateMethod · 0.95
runMethod · 0.95
createMaskMethod · 0.95
addToRoiManagerMethod · 0.95
setPropertiesMethod · 0.95
showDialogMethod · 0.95
runMethod · 0.95

Calls 8

logMethod · 0.95
recordingEnabledMethod · 0.95
macroRunningMethod · 0.95
javaModeMethod · 0.95
startsWithMethod · 0.80
getNameMethod · 0.65
appendMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected