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

Method getMaxWindowBounds

ij/src/main/java/ij/gui/GUI.java:149–151  ·  view source on GitHub ↗
(Point point)

Source from the content-addressed store, hash-verified

147 }
148
149 public static Rectangle getMaxWindowBounds(Point point) {
150 return getScreenBounds(point, true);
151 }
152
153 public static Rectangle getMaxWindowBounds(Component component) {
154 return getScreenBounds(component, true);

Callers 14

getLocationMethod · 0.95
ImageJMethod · 0.95
getPreferredLocationMethod · 0.95
runMethod · 0.95
runMethod · 0.95
setZoomMethod · 0.95
tileWindowsMethod · 0.95
cascadeWindowsMethod · 0.95
canEnlargeMethod · 0.95
setLocationAndSizeMethod · 0.95
getMaxWindowMethod · 0.95
getMaximumBoundsMethod · 0.95

Calls 1

getScreenBoundsMethod · 0.95

Tested by

no test coverage detected