All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.Undo

java.lang.Object
   |
   +----ij.Undo

public class Undo
extends Object

Variable Index

 o FILTER
 o NOTHING
 o PASTE
 o TYPE_CONVERSION

Constructor Index

 o Undo()

Method Index

 o reset()
 o setup(int, ImagePlus)
 o undo()

Variables

 o NOTHING
 public static final int NOTHING
 o FILTER
 public static final int FILTER
 o TYPE_CONVERSION
 public static final int TYPE_CONVERSION
 o PASTE
 public static final int PASTE

Constructors

 o Undo
 public Undo()

Methods

 o setup
 public static void setup(int what,
                          ImagePlus imagePlus)
 o reset
 public static void reset()
 o undo
 public static void undo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index