org.jhotdraw.standard
Class ChangeConnectionStartHandle

java.lang.Object
  extended by org.jhotdraw.standard.AbstractHandle
      extended by org.jhotdraw.standard.ChangeConnectionHandle
          extended by org.jhotdraw.standard.ChangeConnectionStartHandle
All Implemented Interfaces:
Handle

public class ChangeConnectionStartHandle
extends ChangeConnectionHandle

Handle to reconnect the start of a connection to another figure.

Version:
<$CURRENT_VERSION$>

Nested Class Summary
static class ChangeConnectionStartHandle.UndoActivity
           
 
Field Summary
 
Fields inherited from class org.jhotdraw.standard.AbstractHandle
HANDLESIZE
 
Constructor Summary
ChangeConnectionStartHandle(ConnectionFigure owner)
          Constructs the connection handle for the given start figure.
 
Method Summary
 java.awt.Point locate()
          Returns the start point of the connection.
 
Methods inherited from class org.jhotdraw.standard.ChangeConnectionHandle
draw, invokeEnd, invokeStart, invokeStep
 
Methods inherited from class org.jhotdraw.standard.AbstractHandle
containsPoint, displayBox, getCursor, getUndoActivity, invokeEnd, invokeStart, invokeStep, owner, setUndoActivity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeConnectionStartHandle

public ChangeConnectionStartHandle(ConnectionFigure owner)
Constructs the connection handle for the given start figure.

Method Detail

locate

public java.awt.Point locate()
Returns the start point of the connection.