org.jhotdraw.figures
Class PolyLineConnector

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

public class PolyLineConnector
extends ChopBoxConnector

PolyLineConnector finds connection points on a PolyLineFigure.

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

Constructor Summary
PolyLineConnector()
           
PolyLineConnector(Figure owner)
          Constructs a connector with the given owner figure.
 
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

PolyLineConnector

public PolyLineConnector()

PolyLineConnector

public PolyLineConnector(Figure owner)
Constructs a connector with the given owner figure.