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

Method getText

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

Source from the content-addressed store, hash-verified

1024 }
1025
1026 public String getText() {
1027 return recordingEnabled()?textArea.getText():"";
1028 }
1029
1030 public static Recorder getInstance() {
1031 return instance;

Callers 2

createMacroMethod · 0.45
runCodeMethod · 0.45

Calls 1

recordingEnabledMethod · 0.95

Tested by

no test coverage detected