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

Method paint

ij/src/main/java/ij/gui/Toolbar.java:769–771  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

767 }
768
769 public void paint(Graphics g) {
770 drawButtons(g);
771 }
772
773 public boolean setTool(String name) {
774 if (name==null) return false;

Callers

nothing calls this directly

Calls 1

drawButtonsMethod · 0.95

Tested by

no test coverage detected