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

Method paint

ij/src/main/java/ij/gui/ImagePanel.java:23–25  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

21 }
22
23 public void paint(Graphics g) {
24 g.drawImage(img.getProcessor().createImage(), 0, 0, null);
25 }
26
27}

Callers

nothing calls this directly

Calls 2

createImageMethod · 0.45
getProcessorMethod · 0.45

Tested by

no test coverage detected