org.jhotdraw.figures
Class ChopEllipseConnector

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

public class ChopEllipseConnector
extends ChopBoxConnector

A ChopEllipseConnector locates a connection point by chopping the connection at the ellipse defined by the figure's display box.

Version:
<$CURRENT_VERSION$>
See Also:
Serialized Form

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

ChopEllipseConnector

public ChopEllipseConnector()

ChopEllipseConnector

public ChopEllipseConnector(Figure owner)