CH.ifa.draw.figures
Class ChopEllipseConnector

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

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.

See Also:
Serialized Form

Constructor Summary
ChopEllipseConnector()
           
ChopEllipseConnector(Figure owner)
           
 
Method Summary
protected  java.awt.Point chop(Figure target, java.awt.Point from)
           
 
Methods inherited from class CH.ifa.draw.standard.ChopBoxConnector
findEnd, findStart
 
Methods inherited from class CH.ifa.draw.standard.AbstractConnector
containsPoint, displayBox, draw, findPoint, owner, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChopEllipseConnector

public ChopEllipseConnector()

ChopEllipseConnector

public ChopEllipseConnector(Figure owner)
Method Detail

chop

protected java.awt.Point chop(Figure target,
                              java.awt.Point from)
Overrides:
chop in class ChopBoxConnector