/[fenfire]/fenfire/org/fenfire/view/PageSpanLayout.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/PageSpanLayout.java

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

revision 1.5 by benja, Thu Apr 24 17:53:32 2003 UTC revision 1.6 by tjl, Sun Apr 27 11:40:27 2003 UTC
# Line 43  public class PageSpanLayout Line 43  public class PageSpanLayout
43      private PageSpanPaper[] psps;      private PageSpanPaper[] psps;
44      private float[] xywh;      private float[] xywh;
45    
46      private float w; // XXX Kludge to be public      private float w;
47      private float h;      private float h;
48    
49        public float getWidth() { return w; }
50        public float getHeight() { return h; }
51    
52      /** Allocate the structure to hold a given number of pages.      /** Allocate the structure to hold a given number of pages.
53       */       */
54      private void alloc(int size) {      private void alloc(int size) {
# Line 154  public class PageSpanLayout Line 157  public class PageSpanLayout
157          return null;          return null;
158      }      }
159    
     public float getWidth() { return w; }  
     public float getHeight() { return h; }  
   
160      public void place(VobScene vs, int into) {      public void place(VobScene vs, int into) {
161          place(vs, into, .0001f, 1f, -1);          place(vs, into, .0001f, 1f, -1);
162      }      }

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