Set 'false' to prevent ROIs in this overlay from being dragged by their labels.
(boolean draggable)
| 482 | |
| 483 | /** Set 'false' to prevent ROIs in this overlay from being dragged by their labels. */ |
| 484 | public void setDraggable(boolean draggable) { |
| 485 | this.draggable = draggable; |
| 486 | } |
| 487 | |
| 488 | /** Returns 'true' if ROIs in this overlay can be dragged by their labels. */ |
| 489 | public boolean isDraggable() { |
no outgoing calls
no test coverage detected