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

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

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

revision 1.9 by tjl, Tue May 13 03:14:24 2003 UTC revision 1.10 by mudyc, Fri May 23 14:26:08 2003 UTC
# Line 140  public static final String rcsid = "$Id$ Line 140  public static final String rcsid = "$Id$
140      public int dx = 30, dy = 30;      public int dx = 30, dy = 30;
141      protected java.awt.Rectangle getRect(Object node) {      protected java.awt.Rectangle getRect(Object node) {
142          if (node == null) throw new Error("Impossible!");          if (node == null) throw new Error("Impossible!");
143          int x = RDFUtil.getInt(fen, node, CANVAS2D.x);          int x = RDFUtil.getInt(fen.graph, node, CANVAS2D.x);
144          int y = RDFUtil.getInt(fen, node, CANVAS2D.y);          int y = RDFUtil.getInt(fen.graph, node, CANVAS2D.y);
145          Placeable p = (Placeable)nodeView.f(fen.constgraph, node);          Placeable p = (Placeable)nodeView.f(fen.constgraph, node);
146          return new java.awt.Rectangle(x-dx, y-dy,          return new java.awt.Rectangle(x-dx, y-dy,
147                                        (int)p.getWidth()+dx+dx,                                        (int)p.getWidth()+dx+dx,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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