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

Method repaint

ij/src/main/java/ij/gui/GenericDialog.java:1972–1978  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1970 }
1971
1972 public void repaint() {
1973 super.repaint();
1974 if (imagePanels!=null) {
1975 for (int i=0; i<imagePanels.size(); i++)
1976 ((ImagePanel)imagePanels.get(i)).repaint();
1977 }
1978 }
1979
1980 public void paint(Graphics g) {
1981 super.paint(g);

Callers 15

previewRunningMethod · 0.95
notifyListenersMethod · 0.95
drawMethod · 0.45
repaintWindowMethod · 0.45
removeScaleMethod · 0.45
setHideOverlayMethod · 0.45
keyPressedMethod · 0.45
repaintImageWindowsMethod · 0.45
showDialogMethod · 0.45
itemStateChangedMethod · 0.45
colorRampMethod · 0.45

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by 1

dispayImageMethod · 0.36