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

Method getMaxWindow

ij/src/main/java/ij/gui/ImageWindow.java:304–307  ·  view source on GitHub ↗
(int xloc, int yloc)

Source from the content-addressed store, hash-verified

302 }
303
304 @AstroImageJ(reason = "Widen access", modified = true, unused = true)
305 protected Rectangle getMaxWindow(int xloc, int yloc) {
306 return GUI.getMaxWindowBounds(new Point(xloc, yloc));
307 }
308
309 public double getInitialMagnification() {
310 return initialMagnification;

Callers

nothing calls this directly

Calls 1

getMaxWindowBoundsMethod · 0.95

Tested by

no test coverage detected