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

Method getLineCount

ij/src/main/java/ij/text/TextPanel.java:1155–1157  ·  view source on GitHub ↗

Returns the number of lines of text in this TextPanel.

()

Source from the content-addressed store, hash-verified

1153
1154 /** Returns the number of lines of text in this TextPanel. */
1155 public int getLineCount() {
1156 return iRowCount;
1157 }
1158
1159 /** Returns the specified line as a string. The argument
1160 must be greater than or equal to zero and less than

Callers 10

updateDebugWindowMethod · 0.95
showResultsMethod · 0.95
showMethod · 0.95
doClearMethod · 0.95
clearSelectionMethod · 0.95
handleLogCommandMethod · 0.45
displayResultsMethod · 0.45
resetCounterMethod · 0.45
saveContentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected