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

Method add

ij/src/main/java/ij/plugin/frame/RoiManager.java:415–422  ·  view source on GitHub ↗
(boolean shiftKeyDown, boolean altKeyDown)

Source from the content-addressed store, hash-verified

413 }
414
415 void add(boolean shiftKeyDown, boolean altKeyDown) {
416 if (shiftKeyDown)
417 addAndDraw(altKeyDown);
418 else if (altKeyDown)
419 addRoi(true);
420 else
421 addRoi(false);
422 }
423
424 /** Adds the specified ROI. */
425 public void addRoi(Roi roi) {

Callers 4

showWindowMethod · 0.95
addPopupMenuMethod · 0.95
runCommandMethod · 0.95
setOverlayMethod · 0.95

Calls 9

addAndDrawMethod · 0.95
addRoiMethod · 0.95
logMethod · 0.95
getLabelMethod · 0.95
getNameMethod · 0.65
addMethod · 0.65
cloneMethod · 0.65
addElementMethod · 0.45
setNameMethod · 0.45

Tested by

no test coverage detected