/[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.9 by mudyc, Wed Apr 9 11:49:06 2003 UTC revision 1.10 by mudyc, Wed Apr 9 22:25:05 2003 UTC
# Line 28  private static final String rcsid = "$Id Line 28  private static final String rcsid = "$Id
28      private Space space;      private Space space;
29      private GraphicsAPI.Window win;      private GraphicsAPI.Window win;
30      private NodeView nodeview;      private NodeView nodeview;
31      public PPCanvasNode(Space s, GraphicsAPI.Window w, NodeView nodeview) {      private Pp.Context context;
32        public PPCanvasNode(Space s, GraphicsAPI.Window w,
33                            NodeView nodeview, Pp.Context context) {
34          this.space = s;          this.space = s;
35          this.win = w;          this.win = w;
36          this.nodeview = nodeview;          this.nodeview = nodeview;
37            this.context = context;
38      }      }
39            
40      /** The zoom to be used for the buoys.      /** The zoom to be used for the buoys.
# Line 123  private static final String rcsid = "$Id Line 126  private static final String rcsid = "$Id
126      }      }
127    
128      public BuoyViewMainNode createMainNode(RDFNode node, Object content, NodePlacementHook hook) {      public BuoyViewMainNode createMainNode(RDFNode node, Object content, NodePlacementHook hook) {
129          return new PPCanvasCursor(node, hook, win, space, nodeview);          context.setAccursed(node);
130            return new PPCanvasCursor(hook, win, space, nodeview, context);
131      }      }
132    
133    

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

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