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

Method set

ij/src/main/java/ij/plugin/Zoom.java:19–22  ·  view source on GitHub ↗
(ImagePlus imp, double magnification)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void set(ImagePlus imp, double magnification) {
20 Zoom zoom = new Zoom();
21 zoom.setZoom(imp, magnification, -1, -1);
22 }
23
24 public static void set(ImagePlus imp, double magnification, int x, int y) {
25 Zoom zoom = new Zoom();

Callers 15

showArrayMethod · 0.45
filterMethod · 0.45
showDialogMethod · 0.45
setRoiMethod · 0.45
updateMethod · 0.45
renameMethod · 0.45
saveOneMethod · 0.45
removePositionsMethod · 0.45
scaleMethod · 0.45
rotateMethod · 0.45

Calls 1

setZoomMethod · 0.95

Tested by

no test coverage detected