ij
Class Undo

java.lang.Object
  extended by ij.Undo

public class Undo
extends java.lang.Object

This class consists of static methods and fields that implement ImageJ's Undo command.


Field Summary
static int FILTER
           
static int NOTHING
           
static int PASTE
           
static int TRANSFORMATION
           
static int TYPE_CONVERSION
           
 
Constructor Summary
Undo()
           
 
Method Summary
static void reset()
           
static void setup(int what, ImagePlus imagePlus)
           
static void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

TRANSFORMATION

public static final int TRANSFORMATION
See Also:
Constant Field Values
Constructor Detail

Undo

public Undo()
Method Detail

setup

public static void setup(int what,
                         ImagePlus imagePlus)

reset

public static void reset()

undo

public static void undo()