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

Method updateRoi

ij/src/main/java/ij/macro/Functions.java:4494–4498  ·  view source on GitHub ↗
(Roi roi)

Source from the content-addressed store, hash-verified

4492 }
4493
4494 void updateRoi(Roi roi) {
4495 if (shiftKeyDown || altKeyDown)
4496 roi.update(shiftKeyDown, altKeyDown);
4497 shiftKeyDown = altKeyDown = false;
4498 }
4499
4500 String doFile() {
4501 interp.getToken();

Callers 5

makeOvalMethod · 0.95
makeRectangleMethod · 0.95
makeSelectionMethod · 0.95
makePolygonMethod · 0.95
makeEllipseMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected