(int[] indexes)
| 319 | * in this overlay that have an index in the array ‘indexes’. |
| 320 | */ |
| 321 | public Roi xor(int[] indexes) { |
| 322 | return Roi.xor(toArray(indexes)); |
| 323 | } |
| 324 | |
| 325 | /** Returns a new Overlay that has the same properties as this one. */ |
| 326 | public Overlay create() { |