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

Method getToolName

ij/src/main/java/ij/IJ.java:1783–1785  ·  view source on GitHub ↗

Returns the name of the current tool.

()

Source from the content-addressed store, hash-verified

1781
1782 /** Returns the name of the current tool. */
1783 public static String getToolName() {
1784 return Toolbar.getToolName();
1785 }
1786
1787 /** Equivalent to clicking on the current image at (x,y) with the
1788 wand tool. Returns the number of points in the resulting ROI. */

Callers 2

doIJMethod · 0.95
eventOccurredMethod · 0.95

Calls 1

getToolNameMethod · 0.95

Tested by

no test coverage detected