/[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.8 by mudyc, Wed Apr 9 00:56:51 2003 UTC revision 1.9 by mudyc, Wed Apr 9 11:49:06 2003 UTC
# Line 108  private static final String rcsid = "$Id Line 108  private static final String rcsid = "$Id
108          } else {          } else {
109              int zo = (int)(buoyZoom * 100000);              int zo = (int)(buoyZoom * 100000);
110              int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, pan[0], pan[1]);                int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, pan[0], pan[1]);  
111    
112                RDFNode paper = node;
113                if (ShortRDF.isNodeType(space.getModel(), node, PP.noteType)) {
114                    paper = ShortRDF.getSubj(space.getModel(), node, PP.contains);
115                }
116                            
117              vs.map.put(new UniquePaperVob(node.toString()), into, geometry);              vs.map.put(new UniquePaperVob(paper.toString()), into, geometry);
118              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,
119                                                                     node, nodeview, space.getModel(),null);                                                                     node, nodeview, space.getModel(),null);
120          }          }

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

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