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

Method getCell

ij/src/main/java/ij/text/TextPanel.java:286–290  ·  view source on GitHub ↗
(int column, int row)

Source from the content-addressed store, hash-verified

284 }
285
286 String getCell(int column, int row) {
287 if (column<0||column>=iColCount||row<0||row>=iRowCount)
288 return null;
289 return new String(getChars(column, row));
290 }
291
292 synchronized char[] getChars(int column, int row) {
293 if (vData==null)

Callers

nothing calls this directly

Calls 1

getCharsMethod · 0.95

Tested by

no test coverage detected