/[fenfire]/fenfire/org/fenfire/view/buoy/PPConnector.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/PPConnector.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tjl, Mon Jul 28 08:22:33 2003 UTC revision 1.18 by tjl, Wed Jul 30 09:11:46 2003 UTC
# Line 94  public static final String rcsid = "$Id$ Line 94  public static final String rcsid = "$Id$
94                  Object obj = iter.next();                  Object obj = iter.next();
95                  Object plane = fen.constgraph.find1_X11(CANVAS2D.contains, obj);                  Object plane = fen.constgraph.find1_X11(CANVAS2D.contains, obj);
96                  if (container == plane) continue;                  if (container == plane) continue;
97                  Pair anchor = new Pair(plane, new Pair(getRect(obj), obj));                  Object anchor = new Triple(plane, getRect(obj), obj);
98                  if (dbg) pa("rect:"+getRect(obj));                  if (dbg) pa("rect:"+getRect(obj));
99                  l.link(1, cs, nodeType, new Pair(node, obj), anchor, shift);                  l.link(1, cs, nodeType, new Pair(node, obj), anchor, shift);
100                  shift++;                  shift++;
# Line 107  public static final String rcsid = "$Id$ Line 107  public static final String rcsid = "$Id$
107                  Object obj = iter.next();                  Object obj = iter.next();
108                  Object plane = fen.constgraph.find1_X11(CANVAS2D.contains, obj);                  Object plane = fen.constgraph.find1_X11(CANVAS2D.contains, obj);
109                  if (container == plane) continue;                  if (container == plane) continue;
110                  Pair anchor = new Pair(plane, new Pair(getRect(obj), obj));                  Object anchor = new Triple(plane, getRect(obj), obj);
111                  if (dbg) pa("rect:"+getRect(obj));                  if (dbg) pa("rect:"+getRect(obj));
112                  l.link(-1, cs, nodeType, new Pair(obj, node), anchor, shift);                  l.link(-1, cs, nodeType, new Pair(obj, node), anchor, shift);
113                  shift++;                  shift++;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26