endrov.typeLineage
Class UndoOpLineageEditParticleKeyframe

java.lang.Object
  extended by endrov.gui.undo.UndoOpBasic
      extended by endrov.typeLineage.UndoOpLineageEditParticleKeyframe
All Implemented Interfaces:
UndoOp

public class UndoOpLineageEditParticleKeyframe
extends UndoOpBasic

Undo operation for only changing one keyframe


Constructor Summary
UndoOpLineageEditParticleKeyframe(java.lang.String opname, Lineage lin, java.lang.String name, EvDecimal frame, Lineage.ParticlePos newPos)
           
 
Method Summary
 void redo()
          Take data to the next state
 void undo()
          Take data to the last state
 
Methods inherited from class endrov.gui.undo.UndoOpBasic
canUndo, execute, getOpName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoOpLineageEditParticleKeyframe

public UndoOpLineageEditParticleKeyframe(java.lang.String opname,
                                         Lineage lin,
                                         java.lang.String name,
                                         EvDecimal frame,
                                         Lineage.ParticlePos newPos)
Method Detail

redo

public void redo()
Description copied from interface: UndoOp
Take data to the next state


undo

public void undo()
Description copied from interface: UndoOp
Take data to the last state