/[fenfire]/fenfire/org/fenfire/modules/pp/PPCanvasNode.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPCanvasNode.java

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

revision 1.6 by mudyc, Tue Apr 8 20:05:03 2003 UTC revision 1.7 by mudyc, Tue Apr 8 21:13:01 2003 UTC
# Line 107  private static final String rcsid = "$Id Line 107  private static final String rcsid = "$Id
107              */              */
108          } else {          } else {
109              int zo = (int)(buoyZoom * 100000);              int zo = (int)(buoyZoom * 100000);
110              int geometry = vs.orthoCS(0, "FocusGeometry",0, zo,0, pan[0], pan[1]);                int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, pan[0], pan[1]);  
111                            
112              vs.map.put(new UniquePaperVob(URN5Namespace.instance.generateId()), into, geometry);              vs.map.put(new UniquePaperVob(URN5Namespace.instance.generateId()), into, geometry);
113              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,

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