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

Diff of /gzz/gzz/view/CellInBoxPlugin.java

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

revision 1.2 by benja, Tue Oct 29 21:21:25 2002 UTC revision 1.3 by tjl, Fri Nov 1 19:53:52 2002 UTC
# Line 34  public class CellInBoxPlugin extends Cel Line 34  public class CellInBoxPlugin extends Cel
34          this.sub = sub;          this.sub = sub;
35          this.hook = hook;          this.hook = hook;
36      }      }
37      public void place(Cell c, VobScene sc, Box b,      public void place(Cell c, VobScene sc, int box,
38                             ViewContext context) {                             ViewContext context) {
39          sub.place(c, sc, b, context);          sub.place(c, sc, box, context);
40          hook.placed(c, sc, b, context);          hook.placed(c, sc, box, context);
41      }      }
42      public void getSize(Cell c, float[] out) {      public void getSize(Cell c, float[] out) {
43          sub.getSize(c, out);          sub.getSize(c, out);

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

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