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

Diff of /gzz/gzz/view/CellHBox.java

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

revision 1.3 by benja, Sat Sep 21 23:02:04 2002 UTC revision 1.4 by tjl, Fri Sep 27 09:07:56 2002 UTC
# Line 59  public class CellHBox implements HBox { Line 59  public class CellHBox implements HBox {
59          return cell;          return cell;
60      }      }
61    
62      public void place(VobScene vs, int coordsys, float scale) {      public void place(VobScene vs, int coordsys_out, int coordsys_box,
63          view.place(cell, vs, coordsys, context, scale);                      float x, float y, float w, float h, float scale) {
64            view.place(cell, vs, coordsys_out, coordsys_box,
65                        x, y, w, h, context, scale);
66      }      }
67    
68      public void setPrev(HBox b) {}      public void setPrev(HBox b) {}

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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