org.jhotdraw.figures
Class NullConnector

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

public class NullConnector
extends AbstractConnector

See Also:
Serialized Form

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

Constructor Detail

NullConnector

public NullConnector(Figure owner)