Returns the number of ROIs in this Overlay.
()
| 153 | |
| 154 | /** Returns the number of ROIs in this Overlay. */ |
| 155 | public int size() { |
| 156 | return list.size(); |
| 157 | } |
| 158 | |
| 159 | /** Returns on array containing the ROIs in this Overlay. */ |
| 160 | public Roi[] toArray() { |
no outgoing calls
no test coverage detected