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

Method updateStatus

ij/src/main/java/ij/IJ.java:1226–1234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1224 }
1225
1226 private static void updateStatus() {
1227 ImagePlus imp = WindowManager.getCurrentImage();
1228 if (imp!=null) {
1229 Roi roi = imp.getRoi();
1230 if (roi!=null && imp.getCalibration().scaled()) {
1231 roi.showStatus();
1232 }
1233 }
1234 }
1235
1236 public static void setInputEvent(InputEvent e) {
1237 altDown = e.isAltDown();

Callers 2

setKeyDownMethod · 0.95
setKeyUpMethod · 0.95

Calls 5

getCurrentImageMethod · 0.95
getRoiMethod · 0.95
getCalibrationMethod · 0.95
showStatusMethod · 0.95
scaledMethod · 0.80

Tested by

no test coverage detected