Returns the current selection, or null if there is no selection.
()
| 2147 | |
| 2148 | /** Returns the current selection, or null if there is no selection. */ |
| 2149 | public Roi getRoi() { |
| 2150 | return roi; |
| 2151 | } |
| 2152 | |
| 2153 | /** Assigns the specified ROI to this image and displays it. Any existing |
| 2154 | ROI is deleted if <code>roi</code> is null or its width or height is zero. */ |
no outgoing calls
no test coverage detected