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

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

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

revision 1.1 by tjl, Mon Aug 11 07:34:54 2003 UTC revision 1.2 by tjl, Thu Sep 4 08:19:13 2003 UTC
# Line 25  public interface BuoyGeometryConfigurati Line 25  public interface BuoyGeometryConfigurati
25      public BuoyGeometer getGeometer(BuoyViewMainNode node,      public BuoyGeometer getGeometer(BuoyViewMainNode node,
26                          BuoyViewConnector connector);                          BuoyViewConnector connector);
27    
28      /** Get the set of geometers (for preparing).      /** Get the set of all BuoyGeometers (for preparing).
29         * This method returns a set containing all BuoyGeometer
30         * objects that can be returned by the getGeometer method
31         * of this object for any parameters.
32         * The point is that the BuoyGeometer.prepare() method has to be
33         * called exactly once for each, and this method gives
34         * all of them conveniently set up for iteration.
35       */       */
36      public Set getGeometers(BuoyViewMainNode node);      public Set getGeometers(BuoyViewMainNode node);
37  }  }

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