/[libvob]/libvob/org/nongnu/libvob/buoy/BuoyViewNodeType.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/buoy/BuoyViewNodeType.java

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

revision 1.2 by benja, Thu Apr 24 18:41:52 2003 UTC revision 1.3 by tjl, Sat Aug 16 10:29:37 2003 UTC
# Line 44  public interface BuoyViewNodeType { Line 44  public interface BuoyViewNodeType {
44       * The box should be filled <b>completely</b> because it will       * The box should be filled <b>completely</b> because it will
45       * be used for sensing mouse clicks to this buoy       * be used for sensing mouse clicks to this buoy
46       * (XXX kludge! Will change later)       * (XXX kludge! Will change later)
47         * @param w Box width. Do not call getSqSize() on into, since
48         *          this buoy might be culled at generation time.
49         * @param h Box height
50       * @return The coordinate system of the anchor       * @return The coordinate system of the anchor
51       */       */
52      int renderBuoy(VobScene vs, int into, Object linkId, Object anchor,      int renderBuoy(VobScene vs, int into, float w, float h,
53                            Object linkId, Object anchor,
54                          Object cachedSize);                          Object cachedSize);
55    
56      /** Focus was set to the buoy -- create an object that knows      /** Focus was set to the buoy -- create an object that knows

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