org.jhotdraw.contrib
Class ChopPolygonConnector

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

public class ChopPolygonConnector
extends ChopBoxConnector

A ChopPolygonConnector locates a connection point by chopping the connection at the polygon boundary.

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

Constructor Summary
ChopPolygonConnector()
           
ChopPolygonConnector(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

ChopPolygonConnector

public ChopPolygonConnector()

ChopPolygonConnector

public ChopPolygonConnector(Figure owner)