public class AbstractPoint3DROIEdit extends AbstractROIEdit
Constructor and Description |
---|
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.awt.Image icon) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name,
java.awt.Image icon) |
Modifier and Type | Method and Description |
---|---|
void |
die()
Sets
alive to false. |
Anchor3D |
getPoint() |
ROI3D |
getROI3D() |
getROI
addEdit, canRedo, canUndo, getIcon, getPresentationName, getRedoPresentationName, getSource, getUndoPresentationName, isMergeable, isSignificant, redo, replaceEdit, setMergeable, toString, undo
public AbstractPoint3DROIEdit(ROI3D roi, Anchor3D point, java.lang.String name, java.awt.Image icon)
public AbstractPoint3DROIEdit(ROI3D roi, Anchor3D point, java.lang.String name)
public AbstractPoint3DROIEdit(ROI3D roi, Anchor3D point, java.awt.Image icon)
public AbstractPoint3DROIEdit(ROI3D roi, Anchor3D point)
public void die()
AbstractIcyUndoableEdit
alive
to false. Note that this is a one way operation; dead edits cannot be
resurrected.undo
or redo
to a dead edit results in an exception being
thrown.
Typically an edit is killed when it is consolidated by another edit's addEdit
or
replaceEdit
method, or when it is dequeued from an UndoManager
.
die
in interface javax.swing.undo.UndoableEdit
die
in class AbstractIcyUndoableEdit