MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setDraggable

Method setDraggable

ij/src/main/java/ij/gui/Overlay.java:484–486  ·  view source on GitHub ↗

Set 'false' to prevent ROIs in this overlay from being dragged by their labels.

(boolean draggable)

Source from the content-addressed store, hash-verified

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() {

Callers 2

createMethod · 0.95
drawOutlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected