/[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.7 by mudyc, Tue Apr 8 21:13:01 2003 UTC revision 1.8 by mudyc, Wed Apr 9 00:56:51 2003 UTC
# Line 87  public static final String rcsid = "$Id$ Line 87  public static final String rcsid = "$Id$
87              nodeview.getSize(n, bs, zoom);              nodeview.getSize(n, bs, zoom);
88              Pair matchKey = new Pair(container, n);              Pair matchKey = new Pair(container, n);
89              int box = vs.orthoCS(0, matchKey, pt[2]-.5f,              int box = vs.orthoCS(0, matchKey, pt[2]-.5f,
90                                   pt[0] + (pan[0] + coords[0]) * zoom,                                   pt[0] + (pan[0] - coords[0] - bs[0]) * zoom,
91                                   pt[1] + (pan[1] + coords[1]) * zoom,                                   pt[1] + (pan[1] - coords[1] - bs[1]) * zoom,
92                                   bs[0], bs[1]);                                   bs[0], bs[1]);
93              nodeview.place(n, vs, box);              nodeview.place(n, vs, box);
94                            

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

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