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

Diff of /gzz/gzz/view/MarkDecorator.java

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

revision 1.1 by benja, Sat Sep 28 17:50:35 2002 UTC revision 1.2 by benja, Sat Sep 28 19:52:02 2002 UTC
# Line 31  public class MarkDecorator implements Fa Line 31  public class MarkDecorator implements Fa
31          float x = outer.width - w - PAD,          float x = outer.width - w - PAD,
32                y = outer.height - h - PAD;                y = outer.height - h - PAD;
33    
34          int cs_list = sc.coordsys(into, KEY, 0, x, y, w, h);          int cs_list = sc.coordsys(into, KEY, 0, x, y, 2, 2);
35    
36          for(int i=0; i<n; i++) {          for(int i=0; i<n; i++) {
37              Mark m = (Mark)fallback.binder.marks.get(i);              Mark m = (Mark)fallback.binder.marks.get(i);
# Line 54  public class MarkDecorator implements Fa Line 54  public class MarkDecorator implements Fa
54          int cs = sc.coordsys(into, TEXT_KEY, 0, x, y, w, h);          int cs = sc.coordsys(into, TEXT_KEY, 0, x, y, w, h);
55          sc.map.put(new TextVob(style, 1, str), cs);          sc.map.put(new TextVob(style, 1, str), cs);
56      }      }
 }  
57    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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