Class RoiDefaultUndoableEdit

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

public class RoiDefaultUndoableEdit extends AbstractUndoableEdit
class used to undo/redo a Roi operation (like combination, deletion, etc.). To undo a Roi operation, you need :
  • The concerned AdvancedImagePlus
  • The Roi Vectors before operation
  • The validated Roi before operation
  • The handled Roi before operation
  • The Roi Vectors after operation, which are, in fact, the current Roi Vectors of the AdvancedImagePlus
  • The current validated Roi
  • The current handled Roi
Author:
GIRARDOT
See Also: