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

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

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

revision 1.4 by mudyc, Sat Apr 5 20:26:34 2003 UTC revision 1.5 by mudyc, Tue Apr 8 14:54:14 2003 UTC
# Line 102  private static final String rcsid = "$Id Line 102  private static final String rcsid = "$Id
102      private NodePlacementHook hook;      private NodePlacementHook hook;
103      private GraphicsAPI.Window window;      private GraphicsAPI.Window window;
104      private Space space;      private Space space;
105            private NodeView nodeview;
106      public PPCanvasCursor(RDFNode node,      public PPCanvasCursor(RDFNode node,
107                            NodePlacementHook hook,                            NodePlacementHook hook,
108                            GraphicsAPI.Window w, Space space) {                            GraphicsAPI.Window w,
109                              Space space, NodeView nv) {
110          this.node = node;          this.node = node;
111          this.hook = hook;          this.hook = hook;
112          this.window = w;          this.window = w;
113          this.space = space;          this.space = space;
114            this.nodeview = nv;
115    
116          /*          /*
117          SimpleVStreamTexter sct = (SimpleVStreamTexter)space.getNodeTexter();          SimpleVStreamTexter sct = (SimpleVStreamTexter)space.getNodeTexter();
# Line 162  private static final String rcsid = "$Id Line 164  private static final String rcsid = "$Id
164              int geometry = vs.orthoCS(0, "FocusGeometry",0, zo,0, panx, pany);                int geometry = vs.orthoCS(0, "FocusGeometry",0, zo,0, panx, pany);  
165                            
166              vs.map.put(new UniquePaperVob(URN5Namespace.instance.generateId()), into, geometry);              vs.map.put(new UniquePaperVob(URN5Namespace.instance.generateId()), into, geometry);
167              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry, node, space, hook);              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,
168                                                                       node, nodeview, space.getModel(),hook);
169          }          }
170      }      }
171    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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