/[fenfire]/fenfire/org/fenfire/view/lava/FenPDFContext.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/lava/FenPDFContext.java

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

revision 1.36 by mudyc, Mon Jul 7 22:56:06 2003 UTC revision 1.37 by mudyc, Tue Jul 15 07:18:11 2003 UTC
# Line 251  public class FenPDFContext implements Line 251  public class FenPDFContext implements
251                      "application/pdf");                      "application/pdf");
252                  p("sc: "+sc+" foo: " + sc.getID());                  p("sc: "+sc+" foo: " + sc.getID());
253                  // mainNodes[1] can never hold articles, can't put there                  // mainNodes[1] can never hold articles, can't put there
254                    /*
255                  mainNodes[0]= new                  mainNodes[0]= new
256                      FisheyeMainNode2D(sc, new PageScrollView2D(),                      FisheyeMainNode2D(sc, new PageScrollView2D(),
257                              new AbstractMainNode2D.SimpleFocus(0,0),                              new AbstractMainNode2D.SimpleFocus(0,0),
258                                        controller);                                        controller);
259                    */
260                  return mainNodes;                  return mainNodes;
261              }              }
262              else if (key.equals("LINK")) {              else if (key.equals("LINK")) {
# Line 316  public class FenPDFContext implements Line 318  public class FenPDFContext implements
318                                                        controller);                                                        controller);
319                          p("mainNode");                          p("mainNode");
320                      } else {                      } else {
321                            throw new Error("not implemented");
322                            /*
323                          mainNodes[i] = new                          mainNodes[i] = new
324                              FisheyeMainNode2D(plane,                              FisheyeMainNode2D(plane,
325                                                new PageScrollView2D(),                                                new PageScrollView2D(),
326                                  new AbstractMainNode2D.SimpleFocus(0,0),                                  new AbstractMainNode2D.SimpleFocus(0,0),
327                                                controller);                                                controller);
328                          p("fishNode");                          p("fishNode");
329                            */
330                      }                      }
331                      i++;                      i++;
332                  }                  }

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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