Return 'true' if this is a line or point selection.
()
| 2358 | |
| 2359 | /** Return 'true' if this is a line or point selection. */ |
| 2360 | public boolean isLineOrPoint() { |
| 2361 | return isLine() || type==POINT; |
| 2362 | } |
| 2363 | |
| 2364 | /** Returns 'true' if this is an ROI primarily used from drawing |
| 2365 | (e.g., TextRoi or Arrow). */ |
no test coverage detected