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

Method getUnionOfBounds

ij/src/main/java/ij/gui/GUI.java:180–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 public static Rectangle getUnionOfBounds() {
181 Rectangle unionOfBounds = new Rectangle();
182 for (GraphicsConfiguration config : getScreenConfigs()) {
183 unionOfBounds = unionOfBounds.union(config.getBounds());
184 }
185 return unionOfBounds;
186 }
187
188 static private Frame frame;
189

Callers

nothing calls this directly

Calls 2

getScreenConfigsMethod · 0.95
getBoundsMethod · 0.65

Tested by

no test coverage detected