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

Method runMacroTool

ij/src/main/java/ij/gui/Toolbar.java:1985–1988  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

1983 }
1984
1985 void runMacroTool(int id) {
1986 if (id<getNumTools() && tools[id]!=null)
1987 tools[id].runMacroTool(names[id]);
1988 }
1989
1990 void showBrushDialog() {
1991 GenericDialog gd = new GenericDialog("Selection Brush");

Callers 3

triggerPopupMenuMethod · 0.95
mousePressedMethod · 0.45
mousePressedMethod · 0.45

Calls 1

getNumToolsMethod · 0.95

Tested by

no test coverage detected