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

Method update

ij/src/main/java/ij/text/TextCanvas.java:32–34  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

30 }
31
32 public void update(Graphics g) {
33 paint(g);
34 }
35
36 @AstroImageJ(reason = "Fix text scaling for UI scaling", modified = true)
37 public void paint(Graphics g) {

Callers

nothing calls this directly

Calls 1

paintMethod · 0.95

Tested by

no test coverage detected