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

Diff of /gzz/gzz/view/LinebrokenCellContentView.java

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

revision 1.10 by benja, Tue Oct 8 22:55:18 2002 UTC revision 1.11 by tjl, Mon Oct 14 10:11:12 2002 UTC
# Line 62  public static final String rcsid = "$Id$ Line 62  public static final String rcsid = "$Id$
62      }      }
63    
64      static Rectangle box = new Rectangle();      static Rectangle box = new Rectangle();
65      public void place(Cell c, VobScene vs, int coordsys, float w, float h,      public void place(Cell c, VobScene vs, Box box,
66                        ViewContext context, float scale) {                        ViewContext context, float scale) {
67          HChain ch = getChain(c, scale);          HChain ch = getChain(c, scale);
68          if(dbg) pa(""+w);          if(dbg) pa(""+box.getWidth());
69          HBroken br = breaker.breakLines(ch, w, scale);          HBroken br = breaker.breakLines(ch, box.getWidth(), scale);
70          br.put(vs, coordsys);          br.put(vs, box.getWHCoordsys());
71      }      }
72    
73      protected HChain getChain(Cell c, float scale) {      protected HChain getChain(Cell c, float scale) {

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