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

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

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

revision 1.6 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.7 by benja, Fri Jun 27 22:18:41 2003 UTC
# Line 68  public class NodeType2DFull extends Abst Line 68  public class NodeType2DFull extends Abst
68          }          }
69          Pair p = (Pair)anchor;          Pair p = (Pair)anchor;
70          Object plane = p.first;          Object plane = p.first;
71          Rectangle rect = (Rectangle)p.second;          Pair q = (Pair)p.second;
72            Rectangle rect = (Rectangle)q.first;
73    
74          view2d.getSize(plane, tmpSize);          view2d.getSize(plane, tmpSize);
75          vs.coords.getSqSize(into, tmpSqSize);          vs.coords.getSqSize(into, tmpSqSize);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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