/[gzz]/gzz/gzz/vob/VobMatcher.java
ViewVC logotype

Diff of /gzz/gzz/vob/VobMatcher.java

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

revision 1.5 by tjl, Fri Dec 6 12:20:16 2002 UTC revision 1.6 by tjl, Sun Jan 5 16:32:51 2003 UTC
# Line 69  public interface VobMatcher { Line 69  public interface VobMatcher {
69       * giving the coordinate system of the other matcher that system should move       * giving the coordinate system of the other matcher that system should move
70       * to. A number smaller than zero means that the the coordsys       * to. A number smaller than zero means that the the coordsys
71       * should not be interpolated.       * should not be interpolated.
72         * @param other The other vobmatcher; the interp list is constructed
73         *          between this and the other matcher.
74         * @param towardsOther Whether we are interpolating towards or away from the
75         *          `other` parameter. This has effect when key mappings are used,
76         *          but currently no official API is provided for setting them;
77         * @see DefaultVobMap
78       */       */
79      int[] interpList(VobMatcher other);      int[] interpList(VobMatcher other, boolean towardsOther);
80  }  }
81    
82    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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