Removes all the ROIs in this Overlay.
()
| 95 | |
| 96 | /** Removes all the ROIs in this Overlay. */ |
| 97 | public void clear() { |
| 98 | list.clear(); |
| 99 | } |
| 100 | |
| 101 | /** Returns the ROI with the specified index or null if the index is invalid. */ |
| 102 | public Roi get(int index) { |