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

Diff of /gzz/gzz/view/DimDecorator.java

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

revision 1.9 by benja, Sun Sep 29 16:30:27 2002 UTC revision 1.10 by benja, Mon Oct 7 17:27:02 2002 UTC
# Line 71  String rcsid = "$Id$"; Line 71  String rcsid = "$Id$";
71    
72          for(int i=0; i<3; i++) {          for(int i=0; i<3; i++) {
73              sc.map.put(conn, targ[i], orig);              sc.map.put(conn, targ[i], orig);
74              int cs_box = sc.coordsys(targ[i], boxKey, 0, 0, 0, w, h);              int cs_box = sc.coordsys(targ[i], boxKey, 1, 0, 0, w, h);
75              sc.map.put(bg, cs_box);              sc.map.put(bg, cs_box);
76                            
77              int cs = sc.coordsys(targ[i], dimKeys[i], 0, 5, 5, 2, 2);              int cs = sc.coordsys(targ[i], dimKeys[i], 0, 5, 5, 2, 2);
# Line 90  String rcsid = "$Id$"; Line 90  String rcsid = "$Id$";
90              int cs = sc.coordsys(into, viewKey, 0, vx, 10, 2, 2);              int cs = sc.coordsys(into, viewKey, 0, vx, 10, 2, 2);
91              int cs_wh = sc.coords.coordsys(0, 0, 0, 0, vw, vh);              int cs_wh = sc.coords.coordsys(0, 0, 0, 0, vw, vh);
92              ((DefaultVobMatcher)sc.matcher).addSub(cs, cs_wh, whKey);              ((DefaultVobMatcher)sc.matcher).addSub(cs, cs_wh, whKey);
93              sc.map.put(new TextVob(style, 1.6f, name), cs);              sc.map.put(new TextVob(style, 1.6f, name), cs, cs_wh);
94          }          }
95      }      }
96  }  }

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

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