/[gzz]/gzz/gzz/view/PageSpanCellView.java
ViewVC logotype

Diff of /gzz/gzz/view/PageSpanCellView.java

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

revision 1.19 by tjl, Wed Feb 12 10:13:03 2003 UTC revision 1.20 by tjl, Wed Feb 12 10:15:14 2003 UTC
# Line 21  public class PageSpanCellView extends Ce Line 21  public class PageSpanCellView extends Ce
21      private static void pa(String s) { System.out.println(s); }      private static void pa(String s) { System.out.println(s); }
22    
23      public static final float scale = 72 * 6;      public static final float scale = 72 * 6;
24        public static final float dicefactor = .5f;
25    
26      public boolean useBg = true;      public boolean useBg = true;
27    
# Line 169  public class PageSpanCellView extends Ce Line 170  public class PageSpanCellView extends Ce
170                  psps[p].request(importance, scale * pixelscale);                  psps[p].request(importance, scale * pixelscale);
171                  vs.map.put(GLRen.createPaperQuad(psps[p].getPaper(useBg),                  vs.map.put(GLRen.createPaperQuad(psps[p].getPaper(useBg),
172                              xywh[4*p + 0], xywh[4*p + 1],                              xywh[4*p + 0], xywh[4*p + 1],
173                              xywh[4*p + 2], xywh[4*p + 3], 2), tr, 0);                              xywh[4*p + 2], xywh[4*p + 3], dicefactor), tr, 0);
174              }              }
175          }          }
176    

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

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