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

Method close

ij/src/main/java/ij/plugin/frame/Recorder.java:1018–1024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1016 }
1017
1018 public void close() {
1019 super.close();
1020 record = false;
1021 notRecordingThreads.clear();
1022 commandName = null;
1023 instance = null;
1024 }
1025
1026 public String getText() {
1027 return recordingEnabled()?textArea.getText():"";

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected