package iiuf.swing.graph; import iiuf.util.graph.DefaultGraphNode; /** The connecting node of a graph panel. (c) 2000, 2001, IIUF, DIUF<p> @author $Author: ohitz $ @version $Name: $ $Revision: 1.1 $ */ public class ConnectingNode extends DefaultGraphNode { } /* $Log: ConnectingNode.java,v $ Revision 1.1 2002/07/11 12:09:52 ohitz Initial checkin Revision 1.1 2001/02/17 09:54:21 schubige moved graph stuff to iiuf.swing.graph, started work on rotatable GraphNodeComponents Revision 1.2 2001/01/04 16:28:38 schubige Header update for 2001 and DIUF Revision 1.1 2000/12/28 09:30:36 schubige SourceWatch beta */