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

Method selectable

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

Set 'false' to prevent ROIs in this overlay from being activated by clicking on their labels or by a long clicking.

(boolean selectable)

Source from the content-addressed store, hash-verified

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. */

Callers 3

overlaySelectableMethod · 0.95
checkForOverlayMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected