Re: how do you get an ROI name in a macro?
Posted by Matthew Eichenfield on Apr 21, 2009; 4:15am
URL: http://imagej.273.s1.nabble.com/Re-how-do-you-get-an-ROI-name-in-a-macro-tp3692827p3692830.html
In the ij.gui.Roi Class there is a public method called getName() which
returns either the String name or null if the ROI does not have a name.
I hope this helps,
Matthew Eichenfield