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 COMPOUND_FILTER
           
static int COMPOUND_FILTER_DONE
           
static int FILTER
           
static int NOTHING
           
static int OVERLAY_ADDITION
           
static int PASTE
           
static int TRANSFORM
           
static int TYPE_CONVERSION
           
 
Constructor Summary
Undo()
           
 
Method Summary
static void reset()
           
static void setup(int what, ImagePlus imp)
           
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

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
Constructor Detail

Undo

public Undo()
Method Detail

setup

public static void setup(int what,
                         ImagePlus imp)

reset

public static void reset()

undo

public static void undo()