public class ModifyPointEdit extends AbstractPointEdit
ltm
RedoName, UndoName
Constructor and Description |
---|
ModifyPointEdit(LandmarkTableModel ltm,
int index,
double[] oldpt,
double[] newpt,
boolean isMoving) |
Modifier and Type | Method and Description |
---|---|
void |
redo() |
String |
toString() |
void |
undo() |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
public ModifyPointEdit(LandmarkTableModel ltm, int index, double[] oldpt, double[] newpt, boolean isMoving)
public void undo()
undo
in interface UndoableEdit
undo
in class AbstractPointEdit
public void redo()
redo
in interface UndoableEdit
redo
in class AbstractPointEdit
public String toString()
toString
in class AbstractPointEdit
Copyright © 2015–2021 Fiji. All rights reserved.