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

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

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

revision 1.7 by benja, Fri Aug 16 10:22:40 2002 UTC revision 1.8 by benja, Sat Sep 21 13:04:56 2002 UTC
# Line 32  public class BenchLBChain { Line 32  public class BenchLBChain {
32  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
33      static private void p(String s) { System.out.println(s); }      static private void p(String s) { System.out.println(s); }
34    
35      static private class TestVob extends Vob implements HBox {      static private class TestVob extends HBox.VobHBox {
36          TestVob() { super(); }          TestVob() { super(); }
37          public void render(Graphics g,          public void render(Graphics g,
38                                  boolean fast,                                  boolean fast,
# Line 43  public static final String rcsid = "$Id$ Line 43  public static final String rcsid = "$Id$
43          public float getWidth(float scale) { return 20; }          public float getWidth(float scale) { return 20; }
44          public float getHeight(float scale) { return 20; }          public float getHeight(float scale) { return 20; }
45          public float getDepth(float scale) { return 20; }          public float getDepth(float scale) { return 20; }
         public Vob getVob(float scale) { return this; }  
         public Object getKey() { return null; }  
46          public void setPrev(HBox b) { }          public void setPrev(HBox b) { }
47          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) { }
48      }      }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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