Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/frontend/dynamicview/commands/DeleteBendpointCommand.java

Go to the documentation of this file.
00001 
00016 package m2m.frontend.dynamicview.commands;
00017 
00018 public class DeleteBendpointCommand extends AbstractBendPointCommand
00019 {
00023         public void execute() 
00024         {
00025                 getConnection().removeBendPoint(getIndex());
00026         }
00027 }
 All Classes Namespaces Files Functions Variables Enumerations