/[gzz]/gzz/gzz/vob/HBox.java
ViewVC logotype

Diff of /gzz/gzz/vob/HBox.java

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

revision 1.5 by benja, Sat Sep 21 13:04:56 2002 UTC revision 1.6 by tjl, Fri Sep 27 09:07:56 2002 UTC
# Line 59  String rcsid = "$Id$"; Line 59  String rcsid = "$Id$";
59       *  }       *  }
60       * </pre>       * </pre>
61       */       */
62      void place(VobScene vs, int coordsys, float scale);      void place(VobScene vs, int coordsys_out, int coordsys_box,
63                        float x, float y, float w, float h, float scale);
64    
65      /** The key for this HBox. XXX */      /** The key for this HBox. XXX */
66      Object getKey();      Object getKey();
# Line 74  String rcsid = "$Id$"; Line 75  String rcsid = "$Id$";
75          public float getWidth(float scale) { return 0; }          public float getWidth(float scale) { return 0; }
76          public float getHeight(float scale) { return 0; }          public float getHeight(float scale) { return 0; }
77          public float getDepth(float scale) { return 0; }          public float getDepth(float scale) { return 0; }
78          public void place(VobScene vs, int cs, float scale) {}          public void place(VobScene vs, int coordsys_out, int coordsys_box,
79                        float x, float y, float w, float h, float scale) { }
80          public Object getKey() { return null; }          public Object getKey() { return null; }
81          public void setPrev(HBox b) { }          public void setPrev(HBox b) { }
82      }      }
# Line 86  String rcsid = "$Id$"; Line 88  String rcsid = "$Id$";
88          protected float scale = 0;          protected float scale = 0;
89          public float getScale() { return scale; }          public float getScale() { return scale; }
90    
91          public void place(VobScene vs, int cs, float scale) {          public void place(VobScene vs, int coordsys_out, int coordsys_box,
92                        float x, float y, float w, float h, float scale) {
93              this.scale = scale;              this.scale = scale;
94              vs.map.put(this, cs);              vs.map.put(this, coordsys_box);
95          }          }
96          public Object getKey() { return null; /* XXX */ }          public Object getKey() { return null; /* XXX */ }
97    

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