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

Method select

ij/src/main/java/ij/plugin/frame/RoiManager.java:2619–2621  ·  view source on GitHub ↗

Assigns the ROI at the specified index to the current image.

(int index)

Source from the content-addressed store, hash-verified

2617
2618 /** Assigns the ROI at the specified index to the current image. */
2619 public void select(int index) {
2620 select(null, index);
2621 }
2622
2623 /** Assigns the ROI at the specified index to 'imp'. */
2624 public void select(ImagePlus imp, int index) {

Callers 15

roiManagerMethod · 0.95
doRoiManagerMethod · 0.95
selectAndMakeVisibleMethod · 0.95
mouseWheelMovedMethod · 0.95
roiManagerSelectMethod · 0.95
keyPressedMethod · 0.45
updateMethod · 0.45
itemStateChangedMethod · 0.45
getDataMethod · 0.45
getListMethod · 0.45
actionPerformedMethod · 0.45
buildWindowListMethod · 0.45

Calls 9

deselectMethod · 0.95
getCurrentImageMethod · 0.95
restoreMethod · 0.95
getImageMethod · 0.95
getRoiMethod · 0.95
setPreviousRoiMethod · 0.95
setImageMethod · 0.95
updateMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected