/[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.10 by benja, Mon Oct 7 17:27:02 2002 UTC revision 1.11 by tjl, Tue Oct 8 07:34:54 2002 UTC
# Line 77  String rcsid = "$Id$"; Line 77  String rcsid = "$Id$";
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);
78              int cs_wh = sc.coords.coordsys(0, 0, 0, 0, w-10, h-10);              int cs_wh = sc.coords.coordsys(0, 0, 0, 0, w-10, h-10);
79              ((DefaultVobMatcher)sc.matcher).addSub(cs, cs_wh, whKey);              ((DefaultVobMatcher)sc.matcher).addSub(cs, cs_wh, whKey);
80              sc.map.put(new TextVob(style, 1, dims[i].name), cs, cs_wh);              sc.map.put(new TextVob(style, dims[i].name), cs, cs_wh);
81          }          }
82    
83          View view = fallback.viewList[win.viewIndex];          View view = fallback.viewList[win.viewIndex];
# 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, cs_wh);              sc.map.put(new TextVob(style, name), cs, cs_wh);
94          }          }
95      }      }
96  }  }

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

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