java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.marginallyclever.ro3.apps.viewport.viewporttool.move.TranslatePoseCommand
All Implemented Interfaces:
Serializable, UndoableEdit

public class TranslatePoseCommand extends AbstractUndoableEdit
A Command to translate a list of Poses. Being a Command means that it can be undone and redone. An extra challenge is that some Pose are children of other Poses, so the translation of a parent is automatically applied to the children.
See Also: