MCPcopy 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

runMethod · 0.95

Calls 3

getCurrentImageMethod · 0.95
undoMethod · 0.95
noImageMethod · 0.95

Tested by

no test coverage detected