/[gzz]/gzz/gzz/vob/buoy/BuoyAnchor.java
ViewVC logotype

Diff of /gzz/gzz/vob/buoy/BuoyAnchor.java

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

revision 1.1 by tjl, Mon Aug 26 08:21:40 2002 UTC revision 1.2 by benja, Sat Sep 21 13:04:56 2002 UTC
# Line 28  import java.awt.*; Line 28  import java.awt.*;
28  /** An endpoint that a buoy con be anchored to.  /** An endpoint that a buoy con be anchored to.
29   */   */
30    
31  public class BuoyAnchor extends Vob implements HBox {  public class BuoyAnchor extends HBox.VobHBox {
32  String rcsid = "$Id$";  String rcsid = "$Id$";
33      static public boolean dbg = false;      static public boolean dbg = false;
34      static private void p(String s) { if(dbg) System.out.println(s); }      static private void p(String s) { if(dbg) System.out.println(s); }
# Line 80  String rcsid = "$Id$"; Line 80  String rcsid = "$Id$";
80      public float getHeight(float scale) { return style.getAscent(scale); }      public float getHeight(float scale) { return style.getAscent(scale); }
81      public float getDepth(float scale) { return style.getDescent(scale); }      public float getDepth(float scale) { return style.getDescent(scale); }
82    
     public Vob getVob(float scale) {  
         //this.scale = scale;  
         p("linevob getVob()");  
         return this;  
     }  
           
83      public void setPrev(HBox b) { }      public void setPrev(HBox b) { }
84    
85      /*      /*

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

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