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

Method getText

ij/src/main/java/ij/gui/TextRoi.java:638–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636 }
637
638 public String getText() {
639 String text = "";
640 for (int i=0; i<MAX_LINES; i++) {
641 if (theText[i]==null) break;
642 text += theText[i]+"\n";
643 }
644 return text;
645 }
646
647 public void setText(String text) {
648 String[] lines = Tools.split(text, "\n");

Callers 15

getLogMethod · 0.45
getStatusBarTextMethod · 0.45
itemStateChangedMethod · 0.45
textValueChangedMethod · 0.45
getWindowContentsMethod · 0.45
showDialogMethod · 0.45
getMacroCodeMethod · 0.45
actionPerformedMethod · 0.45
getLogMethod · 0.45
insertUpdateMethod · 0.45
removeUpdateMethod · 0.45
changedUpdateMethod · 0.45

Calls

no outgoing calls

Tested by 6

newColorsMethod · 0.36
newValuesMethod · 0.36
newMinValueMethod · 0.36
newMaxValueMethod · 0.36
newSegmentsMethod · 0.36
mainMethod · 0.36