SEdit
Class NewArrowCommand

java.lang.Object
  extended bySEdit.Command
      extended bySEdit.NewArrowCommand
All Implemented Interfaces:
Executable

public class NewArrowCommand
extends Command


Field Summary
 
Fields inherited from class SEdit.Command
action, desc, icon
 
Constructor Summary
NewArrowCommand(ElementDesc arrowDesc, Point position, SElement from, SElement to)
           
NewArrowCommand(String arrowDesc, Point position, String from, String to)
           
 
Method Summary
 String getArrowDesc()
           
 String getOriginID()
           
 Point getPosition()
           
 String getTargetID()
           
 String toString()
           
 
Methods inherited from class SEdit.Command
execute, getAction, getDescription, getIcon, hasDescription, hasIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewArrowCommand

public NewArrowCommand(ElementDesc arrowDesc,
                       Point position,
                       SElement from,
                       SElement to)

NewArrowCommand

public NewArrowCommand(String arrowDesc,
                       Point position,
                       String from,
                       String to)
Method Detail

getArrowDesc

public String getArrowDesc()

getPosition

public Point getPosition()

getOriginID

public String getOriginID()

getTargetID

public String getTargetID()

toString

public String toString()
Overrides:
toString in class Command


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.