More progress on scene map layout and interface.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@314 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-08-24 22:13:10 +00:00
parent 9f1d5c1534
commit e0f055a461
@@ -1,5 +1,5 @@
//
// $Id: DirectionalEdge.java,v 1.2 2001/08/23 23:44:12 shaper Exp $
// $Id: DirectionalEdge.java,v 1.3 2001/08/24 22:13:10 shaper Exp $
package com.threerings.nodemap.direction;
@@ -51,4 +51,10 @@ public class DirectionalEdge extends Edge
g.drawLine(csx, csy, cdx, cdy);
}
public void toString (StringBuffer buf)
{
super.toString(buf);
buf.append(", dir=").append(dir);
}
}