Returns the name of the current tool.
()
| 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. */ |
no test coverage detected