All Packages Class Hierarchy This Package Previous Next Index
Class ij.Undo
java.lang.Object
|
+----ij.Undo
- public class Undo
- extends Object
-
FILTER
-
-
NOTHING
-
-
PASTE
-
-
TYPE_CONVERSION
-
-
Undo()
-
-
reset()
-
-
setup(int, ImagePlus)
-
-
undo()
-
NOTHING
public static final int NOTHING
FILTER
public static final int FILTER
TYPE_CONVERSION
public static final int TYPE_CONVERSION
PASTE
public static final int PASTE
Undo
public Undo()
setup
public static void setup(int what,
ImagePlus imagePlus)
reset
public static void reset()
undo
public static void undo()
All Packages Class Hierarchy This Package Previous Next Index