(int xloc, int yloc)
| 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; |
nothing calls this directly
no test coverage detected