/[libvob]/libvob/org/nongnu/libvob/VobScene.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/VobScene.java

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

revision 1.5 by mudyc, Wed Apr 16 08:27:31 2003 UTC revision 1.6 by tjl, Thu Apr 24 18:46:39 2003 UTC
# Line 240  public class VobScene { Line 240  public class VobScene {
240          return matcher.add(into, coords.cull(into, test, clip), key);          return matcher.add(into, coords.cull(into, test, clip), key);
241      }      }
242    
243        public int concatCS(int into, Object key, int other) {
244            return matcher.add(into, coords.concat(into, other), key);
245        }
246        public int invertCS(int into, Object key) {
247            return matcher.add(into, coords.invert(into), key);
248        }
249    
250      /** Determines size of the area designated for the <code>Vob</code>s.      /** Determines size of the area designated for the <code>Vob</code>s.
251       *  At least at the moment doesn't include margins.       *  At least at the moment doesn't include margins.
252       * Coordinates of the scene's       * Coordinates of the scene's

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