/[gzz]/gzz/gzz/view/buoy/BuoyAdaptor.java
ViewVC logotype

Diff of /gzz/gzz/view/buoy/BuoyAdaptor.java

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

revision 1.7 by tjl, Wed Feb 5 20:21:05 2003 UTC revision 1.8 by tjl, Thu Feb 6 12:41:16 2003 UTC
# Line 44  public class BuoyAdaptor implements Buoy Line 44  public class BuoyAdaptor implements Buoy
44      }      }
45    
46    
47      public void renderBuoy(VobScene vs, int into,      public int renderBuoy(VobScene vs, int into,
48                              Object linkId, Object anchor, Object cachedSize) {                              Object linkId, Object anchor, Object cachedSize) {
49          if(anchor instanceof Cell) {          if(anchor instanceof Cell) {
50              Cell c = (Cell)anchor;              Cell c = (Cell)anchor;
51              getNode(c).renderBuoy(vs, into, c, null, cachedSize);              return getNode(c).renderBuoy(vs, into, c, null, cachedSize);
             return;  
52          }          }
53          throw new Error("Unknown anchor!");          throw new Error("Unknown anchor!");
54      }      }

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