/[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.23 by mudyc, Wed Apr 23 19:34:20 2003 UTC revision 1.24 by mudyc, Wed Apr 23 20:24:57 2003 UTC
# Line 154  public static final String rcsid = "$Id$ Line 154  public static final String rcsid = "$Id$
154              coords[0] = RDFUtil.getInt(fen, n, SPATIAL.coordX);              coords[0] = RDFUtil.getInt(fen, n, SPATIAL.coordX);
155              coords[1] = RDFUtil.getInt(fen, n, SPATIAL.coordY);              coords[1] = RDFUtil.getInt(fen, n, SPATIAL.coordY);
156    
157              nodeview.getSize(n, bs, 5);              nodeview.getSize(n, bs);
158              Pair matchKey = new Pair(container, n);              Pair matchKey = new Pair(container, n);
159              int box = vs.orthoBoxCS(into, matchKey, 0, coords[0], coords[1],              int box = vs.orthoBoxCS(into, matchKey, 0, coords[0], coords[1],
160                          1, 1,                          1, 1,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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