Class MaskUndoableEdit

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
fr.esrf.tangoatk.widget.util.MaskUndoableEdit
All Implemented Interfaces:
Serializable, UndoableEdit

public class MaskUndoableEdit extends AbstractUndoableEdit
class used to undo/redo a Mask. To undo a mask, you need :
  • The concerned ImagePlus
  • The ImageProcessor before mask was applied
  • The ImageProcessor once mask applied, which is, in fact, the current ImageProcessor of the ImagePlus
Author:
GIRARDOT
See Also: