/[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.28 by tjl, Mon Mar 3 12:25:48 2003 UTC revision 1.29 by tjl, Tue Mar 4 09:29:31 2003 UTC
# Line 51  public class PageSpanCellView extends Ce Line 51  public class PageSpanCellView extends Ce
51      public static float dicefactor = .5f;      public static float dicefactor = .5f;
52    
53      public boolean useBg = true;      public boolean useBg = true;
54        public boolean useText = true;
55    
56      public Layout getLayout(Enfilade1D enf) {      public Layout getLayout(Enfilade1D enf) {
57          return new Layout(enf);          return new Layout(enf);
# Line 206  public class PageSpanCellView extends Ce Line 207  public class PageSpanCellView extends Ce
207                  curx += scale * xywh[4*p + 2];                  curx += scale * xywh[4*p + 2];
208    
209                  psps[p].request(importance, scale * pixelscale);                  psps[p].request(importance, scale * pixelscale);
210                  vs.map.put(GLRen.createPaperQuad(psps[p].getPaper(useBg),                  vs.map.put(GLRen.createPaperQuad(psps[p].getPaper(useBg, useText),
211                              xywh[4*p + 0],                              xywh[4*p + 0],
212                              xywh[4*p + 1],                              xywh[4*p + 1],
213                              xywh[4*p + 0]+xywh[4*p + 2],                              xywh[4*p + 0]+xywh[4*p + 2],

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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