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

Method ImageWindow

ij/src/main/java/ij/gui/ImageWindow.java:91–93  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

89 public boolean running2;
90
91 public ImageWindow(String title) {
92 super(title);
93 }
94
95 public ImageWindow(ImagePlus imp) {
96 this(imp, null);

Callers

nothing calls this directly

Calls 15

isLinuxMethod · 0.95
getInstanceMethod · 0.95
addMethod · 0.95
isMacroMethod · 0.95
isBatchModeMethod · 0.95
addWindowMethod · 0.95
setLocationAndSizeMethod · 0.95
getCanvasMethod · 0.95
setLocationMethod · 0.95
getMethod · 0.95
closeMethod · 0.95
setCurrentWindowMethod · 0.95

Tested by

no test coverage detected