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

Diff of /gzz/gzz/view/TextCellContentView.java

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

revision 1.14 by benja, Sun Sep 29 14:53:45 2002 UTC revision 1.15 by benja, Sun Sep 29 16:21:11 2002 UTC
# Line 51  public static final String rcsid = "$Id$ Line 51  public static final String rcsid = "$Id$
51          this.style = style;          this.style = style;
52      }      }
53    
     static Rectangle box = new Rectangle();  
54      public void place(Cell c, VobScene v, int cs, float w, float h,      public void place(Cell c, VobScene v, int cs, float w, float h,
55                        ViewContext context, float scale) {                        ViewContext context, float scale) {
56          String s = c.t();          String s = c.t();
# Line 89  public static final String rcsid = "$Id$ Line 88  public static final String rcsid = "$Id$
88          Object key = (line < KEY.length) ? KEY[line] : new Integer(line+1);          Object key = (line < KEY.length) ? KEY[line] : new Integer(line+1);
89          int skewedcs = v.coordsys(cs, key, 0, skew, 0, 2, 2);          int skewedcs = v.coordsys(cs, key, 0, skew, 0, 2, 2);
90    
91          placeVob(c, v, skewedcs, w, box.height, brBefore, brAfter, offs, context, scale);          placeVob(c, v, skewedcs, w, h, brBefore, brAfter, offs, context, scale);
92      }      }
93    
94      static Object WH_KEY = new Object();      static Object WH_KEY = new Object();

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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