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

Method setTitle

ij/src/main/java/ij/text/TextPanel.java:1150–1152  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

1148 }
1149
1150 public void setTitle(String title) {
1151 this.title = title;
1152 }
1153
1154 /** Returns the number of lines of text in this TextPanel. */
1155 public int getLineCount() {

Callers 15

showArrayInspectorMethod · 0.45
doFunctionMethod · 0.45
reduceStackMethod · 0.45
reduceHyperstackMethod · 0.45
runMethod · 0.45
convertMethod · 0.45
straightenRotatedRectMethod · 0.45
convertStackMethod · 0.45
runMethod · 0.45
runMethod · 0.45
setWindowTitleMethod · 0.45
changeExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected