Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.model.commands
Class MoveBendpointCommand  view MoveBendpointCommand download MoveBendpointCommand.java

java.lang.Object
  extended byCommand
      extended bycom.vinculum.processeditor.model.commands.BendpointCommand
          extended bycom.vinculum.processeditor.model.commands.MoveBendpointCommand

public class MoveBendpointCommand
extends BendpointCommand


Field Summary
private  Bendpoint oldBendpoint
           
 
Fields inherited from class com.vinculum.processeditor.model.commands.BendpointCommand
index, location, wire
 
Constructor Summary
MoveBendpointCommand()
           
 
Method Summary
 void execute()
           
protected  Bendpoint getOldBendpoint()
           
 void setOldBendpoint(Bendpoint bp)
           
 void undo()
           
 
Methods inherited from class com.vinculum.processeditor.model.commands.BendpointCommand
getFirstRelativeDimension, getIndex, getLocation, getSecondRelativeDimension, getWire, redo, setIndex, setLocation, setRelativeDimensions, setWire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldBendpoint

private Bendpoint oldBendpoint
Constructor Detail

MoveBendpointCommand

public MoveBendpointCommand()
Method Detail

execute

public void execute()

getOldBendpoint

protected Bendpoint getOldBendpoint()

setOldBendpoint

public void setOldBendpoint(Bendpoint bp)

undo

public void undo()