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

Method record

ij/src/main/java/ij/plugin/frame/Recorder.java:170–173  ·  view source on GitHub ↗
(String method)

Source from the content-addressed store, hash-verified

168 }
169
170 public static void record(String method) {
171 if (recordingEnabled())
172 textArea.append(method+";\n");
173 }
174
175 /** Starts recording a command. Does nothing if the recorder is
176 not open or the command being recorded has called IJ.run().

Callers 15

setCurrentWindowMethod · 0.95
activateWindowMethod · 0.95
floodFillMethod · 0.95
closeImageMethod · 0.95
runMethod · 0.95
calculateMethod · 0.95
addToRoiManagerMethod · 0.95
setPropertiesMethod · 0.95
runMethod · 0.95
applyThresholdMethod · 0.95
closeMethod · 0.95
windowClosingMethod · 0.95

Calls 15

recordingEnabledMethod · 0.95
logMethod · 0.95
fixPathMethod · 0.95
d2sMethod · 0.95
recordStringMethod · 0.95
getCurrentImageMethod · 0.95
getRoiMethod · 0.95
getStyleMethod · 0.95
getOutlineMethod · 0.95
getDoubleHeadedMethod · 0.95
getHeadSizeMethod · 0.95
colorToStringMethod · 0.95

Tested by

no test coverage detected