/[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.8 by benja, Tue Oct 1 13:06:10 2002 UTC revision 1.9 by tjl, Tue Oct 15 13:29:19 2002 UTC
# Line 91  String rcsid = "$Id$"; Line 91  String rcsid = "$Id$";
91          public void place(VobScene vs, int coordsys, float scale) {          public void place(VobScene vs, int coordsys, float scale) {
92              this.scale = scale;              this.scale = scale;
93              float w = getWidth(scale), h = getHeight(scale)+getDepth(scale);              float w = getWidth(scale), h = getHeight(scale)+getDepth(scale);
94              int cs_wh = vs.coords.coordsys(0, 0, 0, 0, w, h);              int cs_wh = vs.coords.ortho(0, 0, 0, 0, w, h);
95              ((DefaultVobMatcher)vs.matcher).addSub(coordsys, cs_wh, WH_KEY);              ((DefaultVobMatcher)vs.matcher).addSub(coordsys, cs_wh, WH_KEY);
96                            
97              vs.map.put(this, coordsys, cs_wh);              vs.map.put(this, coordsys, cs_wh);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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