ij
Class Undo
java.lang.Object
ij.Undo
public class Undo
- extends java.lang.Object
This class consists of static methods and
fields that implement ImageJ's Undo command.
Constructor Summary |
Undo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTHING
public static final int NOTHING
- See Also:
- Constant Field Values
FILTER
public static final int FILTER
- See Also:
- Constant Field Values
TYPE_CONVERSION
public static final int TYPE_CONVERSION
- See Also:
- Constant Field Values
PASTE
public static final int PASTE
- See Also:
- Constant Field Values
COMPOUND_FILTER
public static final int COMPOUND_FILTER
- See Also:
- Constant Field Values
COMPOUND_FILTER_DONE
public static final int COMPOUND_FILTER_DONE
- See Also:
- Constant Field Values
TRANSFORM
public static final int TRANSFORM
- See Also:
- Constant Field Values
OVERLAY_ADDITION
public static final int OVERLAY_ADDITION
- See Also:
- Constant Field Values
Undo
public Undo()
setup
public static void setup(int what,
ImagePlus imp)
reset
public static void reset()
undo
public static void undo()