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

Method updateDisplay

ij/src/main/java/ij/text/TextPanel.java:278–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 public void updateDisplay() {
279 iY=iRowHeight*(iRowCount+1);
280 adjustVScroll();
281 if (iColCount>1 && iRowCount<=10 && !columnsManuallyAdjusted)
282 iColWidth[0] = 0; // forces column width calculation
283 tc.repaint();
284 }
285
286 String getCell(int column, int row) {
287 if (column<0||column>=iColCount||row<0||row>=iRowCount)

Callers 6

updateResultsMethod · 0.95
showMethod · 0.95
setFontMethod · 0.95
appendLineMethod · 0.95
appendMethod · 0.95
logMethod · 0.45

Calls 2

adjustVScrollMethod · 0.95
repaintMethod · 0.45

Tested by

no test coverage detected