/[gzz]/gzz/test/gzz/vob/TestLBChain.java
ViewVC logotype

Diff of /gzz/test/gzz/vob/TestLBChain.java

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

revision 1.10 by tjl, Thu Aug 29 09:41:16 2002 UTC revision 1.11 by benja, Sat Sep 21 13:04:56 2002 UTC
# Line 33  String rcsid = "$Id$"; Line 33  String rcsid = "$Id$";
33    
34      public TestLBChain(String s) { super(s); }      public TestLBChain(String s) { super(s); }
35    
36      static class TestBox extends Vob implements HBox {      static class TestBox extends HBox.VobHBox {
37          TestBox(int w) { super(); this.w = w; }          TestBox(int w) { super(); this.w = w; }
38          int w;          int w;
39          public float getHeight(float scale) { return 5; }          public float getHeight(float scale) { return 5; }
40          public float getWidth(float scale) { return w; }          public float getWidth(float scale) { return w; }
41          public float getDepth(float scale) { return 9; }          public float getDepth(float scale) { return 9; }
         public Vob getVob(float scale) { return this; }  
         public Object getKey() { return null; }  
42          public void setPrev(HBox box) { }          public void setPrev(HBox box) { }
43          public void setPosition(int depth, int x, int y, int w, int h) { }          public void setPosition(int depth, int x, int y, int w, int h) { }
44    

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