/[fenfire]/fenfire/org/fenfire/view/SpatialPlane.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/SpatialPlane.java

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

revision 1.20 by mudyc, Tue Apr 22 12:14:32 2003 UTC revision 1.21 by tjl, Wed Apr 23 17:05:56 2003 UTC
# Line 156  public static final String rcsid = "$Id$ Line 156  public static final String rcsid = "$Id$
156    
157              nodeview.getSize(n, bs);              nodeview.getSize(n, bs);
158              Pair matchKey = new Pair(container, n);              Pair matchKey = new Pair(container, n);
159              int box = vs.orthoCS(into, matchKey, 0, coords[0], coords[1], bs[0], bs[1]);              int box = vs.orthoBoxCS(into, matchKey, 0, coords[0], coords[1],
160                            1, 1,
161                            bs[0], bs[1]);
162              nodeview.place(n, vs, box);              nodeview.place(n, vs, box);
163                            
164              if (hook != null) hook.placed(n, vs, box);              if (hook != null) hook.placed(n, vs, box);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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