org.jhotdraw.draw.event
Class TransformRestoreEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- org.jhotdraw.draw.event.TransformRestoreEdit
-
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
public class TransformRestoreEdit extends javax.swing.undo.AbstractUndoableEditAnUndoableEditevent which can undo a lossy transform of a singleFigureby restoring the figure using its transform restore data.This object is useful for undoing lossy transformations, such as the rotation, scaling or shearing of a figure.
The transform restore data may consume a lot of memory. Undos of lossless transforms, such as translations of a figure, should use
TransformEdit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TransformRestoreEdit(Figure owner, java.lang.Object oldTransformRestoreData, java.lang.Object newTransformRestoreData)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetPresentationName()voidredo()voidundo()
-
-
-
Constructor Detail
-
TransformRestoreEdit
public TransformRestoreEdit(Figure owner, java.lang.Object oldTransformRestoreData, java.lang.Object newTransformRestoreData)
Creates a new instance.
-
-
Method Detail
-
getPresentationName
public java.lang.String getPresentationName()
- Specified by:
getPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getPresentationNamein classjavax.swing.undo.AbstractUndoableEdit
-
undo
public void undo() throws javax.swing.undo.CannotUndoException- Specified by:
undoin interfacejavax.swing.undo.UndoableEdit- Overrides:
undoin classjavax.swing.undo.AbstractUndoableEdit- Throws:
javax.swing.undo.CannotUndoException
-
redo
public void redo() throws javax.swing.undo.CannotRedoException- Specified by:
redoin interfacejavax.swing.undo.UndoableEdit- Overrides:
redoin classjavax.swing.undo.AbstractUndoableEdit- Throws:
javax.swing.undo.CannotRedoException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG