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

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

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

revision 1.1 by tjl, Fri Aug 8 14:51:47 2003 UTC revision 1.2 by tjl, Fri Aug 8 16:30:08 2003 UTC
# Line 1  Line 1 
1  // (c) Tuomas J. Lukka  // (c) Tuomas J. Lukka
2    
3  package org.nongnu.libvob.buoy;  package org.nongnu.libvob.buoy;
4    import org.nongnu.libvob.VobScene;
5    
6  /** An interface for objects that determine the size and placement  /** An interface for objects that determine the size and placement
7   * of a main view   * of a main view
# Line 16  public interface BuoyMainViewGeometer { Line 17  public interface BuoyMainViewGeometer {
17       *          in existing ones.       *          in existing ones.
18       * @return The coordinate system into which to place the main view.       * @return The coordinate system into which to place the main view.
19       */       */
20      int mainCS(int into, Object key, boolean create);      int mainCS(VobScene vs, int into, Object key, boolean create);
21  }  }
22    

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