Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isLinux
Method · 0.95
getInstance
Method · 0.95
add
Method · 0.95
isMacro
Method · 0.95
isBatchMode
Method · 0.95
addWindow
Method · 0.95
setLocationAndSize
Method · 0.95
getCanvas
Method · 0.95
setLocation
Method · 0.95
get
Method · 0.95
close
Method · 0.95
setCurrentWindow
Method · 0.95
Tested by
no test coverage detected