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

Method centerOnImageJScreen

ij/src/main/java/ij/gui/GUI.java:85–87  ·  view source on GitHub ↗

Positions the specified window in the center of the screen containing the "ImageJ" window.

(Window win)

Source from the content-addressed store, hash-verified

83 /** Positions the specified window in the center of the
84 screen containing the "ImageJ" window. */
85 public static void centerOnImageJScreen(Window win) {
86 center(win, IJ.getInstance());
87 }
88
89 public static void center(Window win) {
90 center(win, win);

Callers 15

FitterMethod · 0.95
LineWidthAdjusterMethod · 0.95
showWindowMethod · 0.95
RecorderMethod · 0.95
ColorThresholderMethod · 0.95
runMethod · 0.95
MemoryMonitorMethod · 0.95
ColorPickerMethod · 0.95
ThresholdAdjusterMethod · 0.95
ChannelsMethod · 0.95
PasteControllerMethod · 0.95
PixelInspectorMethod · 0.95

Calls 2

centerMethod · 0.95
getInstanceMethod · 0.95

Tested by

no test coverage detected