Sets the name of this ROI.
(String name)
| 2184 | |
| 2185 | /** Sets the name of this ROI. */ |
| 2186 | public void setName(String name) { |
| 2187 | this.name = name; |
| 2188 | } |
| 2189 | |
| 2190 | /** Sets the Paste transfer mode. |
| 2191 | @see ij.process.Blitter |
no outgoing calls
no test coverage detected