public class Undo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COMPOUND_FILTER |
static int |
COMPOUND_FILTER_DONE |
static int |
FILTER
Undo using ImageProcessor.snapshot.
|
static int |
MACRO |
static int |
NOTHING |
static int |
OVERLAY_ADDITION |
static int |
PASTE |
static int |
ROI |
static int |
TRANSFORM
Undo using a single image, or composite color stack, copy (limited to 200MB).
|
static int |
TYPE_CONVERSION
Undo using an ImageProcessor copy.
|
Constructor and Description |
---|
Undo() |
Modifier and Type | Method and Description |
---|---|
static void |
reset() |
static void |
saveOverlay(ImagePlus imp) |
static void |
setup(int what,
ImagePlus imp) |
static void |
undo() |
public static final int NOTHING
public static final int FILTER
public static final int TYPE_CONVERSION
public static final int PASTE
public static final int COMPOUND_FILTER
public static final int COMPOUND_FILTER_DONE
public static final int TRANSFORM
public static final int OVERLAY_ADDITION
public static final int ROI
public static final int MACRO