|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--harmonic.mz.data.ModelNode
|
+--harmonic.mz.undo.UndoRecord
|
+--harmonic.mz.undo.TransformUndo
This is a subclass of UndoRecord that save the coordinate system of ShapeGroups.
| Field Summary |
| Fields inherited from class harmonic.mz.undo.UndoRecord |
undo |
| Fields inherited from class harmonic.mz.data.ModelNode |
_fileRoot_, _thread_, ATTRIB_CONTROL_WIDGET, ATTRIB_LISTABLE, ATTRIB_PRESENTABLE, ATTRIB_PRIVATE, ATTRIB_REMOVEABLE, ATTRIB_RENAMEABLE, ATTRIB_SHOW_CONTEXT_MENU, ATTRIB_TYPE_FILTER, ATTRIB_USERGROUP, ATTRIB_VALUE_GROUP, ATTRIB_VE_LISTENER, bCustomCS, bDebug, bValid, name |
| Constructor Summary | |
TransformUndo(FunctionStarter action,
Transformable shapeGroup)
Constructs a TransformUndo |
|
TransformUndo(FunctionStarter action,
Transformable[] shapeGroups)
Constructs a TransformUndo |
|
TransformUndo(java.lang.String name,
Transformable[] shapeGroup)
Constructs a TransformUndo |
|
| Method Summary | |
UndoRecord |
makeRedo()
Returns a TransformUndo for doing the redo |
void |
undo()
Does the undo be seting the parentPerLocal transformation of the coordinate system to what it was at the time of the creation of this TransformUndo. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TransformUndo(FunctionStarter action,
Transformable shapeGroup)
action - User action causing change, used for undo nameshapeGroup - ShapeNode that has transform to store
public TransformUndo(FunctionStarter action,
Transformable[] shapeGroups)
action - User action causing change, used for undo name
public TransformUndo(java.lang.String name,
Transformable[] shapeGroup)
shapeGroup - ShapeGroups that have transform to store| Method Detail |
public void undo()
undo in class UndoRecordpublic UndoRecord makeRedo()
makeRedo in class UndoRecord
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||