Set 'false' to prevent ROIs in this overlay from being activated by clicking on their labels or by a long clicking.
(boolean selectable)
| 471 | /** Set 'false' to prevent ROIs in this overlay from being activated |
| 472 | by clicking on their labels or by a long clicking. */ |
| 473 | public void selectable(boolean selectable) { |
| 474 | this.selectable = selectable; |
| 475 | } |
| 476 | |
| 477 | /** Returns 'true' if ROIs in this overlay can be activated |
| 478 | by clicking on their labels or by a long press. */ |
no outgoing calls
no test coverage detected