/[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.5 by tjl, Wed Jan 29 14:23:02 2003 UTC revision 1.6 by tjl, Tue Feb 4 07:51:48 2003 UTC
# Line 33  public class PageSpanCellView { Line 33  public class PageSpanCellView {
33      // XXX KLUDGE!      // XXX KLUDGE!
34      public float xoffs, yoffs;      public float xoffs, yoffs;
35    
36      public void getSize(Enfilade1D enf, ViewContext context, float[] out,      public void getSize(Enfilade1D enf, float[] out,
37                              PageSpan center) {                              PageSpan center) {
38          int npages = enf.length();          int npages = enf.length();
39    
# Line 111  public class PageSpanCellView { Line 111  public class PageSpanCellView {
111       * @param pixelscale The pixel scale at which the image requests are made       * @param pixelscale The pixel scale at which the image requests are made
112       */       */
113      public void placeCentered(Enfilade1D enf, VobScene vs, int into,      public void placeCentered(Enfilade1D enf, VobScene vs, int into,
114                                  ViewContext context, PageSpan center,                                   PageSpan center,
115                                  float importance, float pixelscale) {                                  float importance, float pixelscale) {
116          if(cached != enf)          if(cached != enf)
117              getSize(enf, context, null, center);              getSize(enf, null, center);
118          int npages = enf.length();          int npages = enf.length();
119    
120          // Now we can draw the pages.          // Now we can draw the pages.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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