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

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

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

revision 1.3 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.4 by benja, Fri Jun 27 22:18:41 2003 UTC
# Line 51  public abstract class AbstractNodeType2D Line 51  public abstract class AbstractNodeType2D
51                                             Object anchor) {                                             Object anchor) {
52          Pair p = (Pair)anchor;          Pair p = (Pair)anchor;
53          Object plane = p.first;          Object plane = p.first;
54          Rectangle rect = (Rectangle)p.second;          Pair q = (Pair)p.second;
55            Rectangle rect = (Rectangle)q.first;
56    
57          return mainNodeFactory.create(plane, view2d,          return mainNodeFactory.create(plane, view2d,
58                                rect.x+rect.width/2f,                                rect.x+rect.width/2f,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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