Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ undo
Method
undo
ij/src/main/java/ij/plugin/Commands.java:81–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
void
undo() {
82
ImagePlus imp = WindowManager.getCurrentImage();
83
if
(imp!=null)
84
Undo.undo();
85
else
86
IJ.noImage();
87
}
88
89
void
close() {
90
ImagePlus imp = WindowManager.getCurrentImage();
Callers
1
run
Method · 0.95
Calls
3
getCurrentImage
Method · 0.95
undo
Method · 0.95
noImage
Method · 0.95
Tested by
no test coverage detected