/[fenfire]/fenfire/org/fenfire/view/buoy/TransclusionConnector.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/TransclusionConnector.java

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

revision 1.18 by tjl, Wed Jul 30 12:38:32 2003 UTC revision 1.19 by mudyc, Wed Jul 30 15:46:45 2003 UTC
# Line 79  public static final String rcsid = "$Id$ Line 79  public static final String rcsid = "$Id$
79              for(int i=0; i<sp.getPageIndex(); i++)              for(int i=0; i<sp.getPageIndex(); i++)
80                  x += b.getPage(i).getSize().width;                  x += b.getPage(i).getSize().width;
81    
82              return new Pair(b, new Pair(new Rectangle(x,y,w,h), null));              //      return new Pair(b, new Pair(new Rectangle(x,y,w,h), null));
83                return new View2D.Anchor(b, x,y,w,h, null);
84          }          }
85      }      }
86    
# Line 122  public static final String rcsid = "$Id$ Line 123  public static final String rcsid = "$Id$
123                  if(culledCS > 0) cs = culledCS;                  if(culledCS > 0) cs = culledCS;
124    
125                  l.link(1, cs, pageImageScrollNodeType,                  l.link(1, cs, pageImageScrollNodeType,
126                              new Pair(node, ((Pair)anchor).first),                              new Pair(node, ((View2D.Anchor)anchor).plane),
127                              anchor);                              anchor);
128    
129              }              }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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