org.jhotdraw.contrib
Class ChopDiamondConnector

java.lang.Object
  extended by org.jhotdraw.standard.AbstractConnector
      extended by org.jhotdraw.standard.ChopBoxConnector
          extended by org.jhotdraw.contrib.ChopDiamondConnector
All Implemented Interfaces:
java.io.Serializable, Connector, Storable

public class ChopDiamondConnector
extends ChopBoxConnector

A ChopDiamondConnector locates connection points by choping the connection between the centers of the two figures at the edge of a diamond figure.

Version:
<$CURRENT_VERSION$>
Author:
Erich Gamma
See Also:
Connector, Serialized Form

Constructor Summary
ChopDiamondConnector()
           
ChopDiamondConnector(Figure owner)
           
 
Method Summary
 
Methods inherited from class org.jhotdraw.standard.ChopBoxConnector
findEnd, findStart
 
Methods inherited from class org.jhotdraw.standard.AbstractConnector
connectorVisibility, containsPoint, displayBox, draw, owner, read, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChopDiamondConnector

public ChopDiamondConnector()

ChopDiamondConnector

public ChopDiamondConnector(Figure owner)