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

Method append

ij/src/main/java/ij/text/TextWindow.java:246–248  ·  view source on GitHub ↗

Adds one or more lines of text to the window. @param text The text to be appended. Multiple lines should be separated by \n.

(String text)

Source from the content-addressed store, hash-verified

244 lines should be separated by \n.
245 */
246 public void append(String text) {
247 textPanel.append(text);
248 }
249
250 void setFont() {
251 if (font!=null)

Callers 2

errorMethod · 0.95
printToWindowMethod · 0.95

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected