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

Diff of /gzz/gzz/vob/VobScene.java

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

revision 1.21 by tjl, Thu Dec 5 10:57:34 2002 UTC revision 1.22 by tjl, Fri Dec 6 12:08:28 2002 UTC
# Line 181  public class VobScene { Line 181  public class VobScene {
181          return matcher.addSub(into, coords.orthoBox(into, d, x, y, sx, sy, w, h), key);          return matcher.addSub(into, coords.orthoBox(into, d, x, y, sx, sy, w, h), key);
182      }      }
183    
184        public int cullCS(int into, Object key, int clip) {
185            return matcher.addSub(into, coords.cull(into, clip), key);
186        }
187        public int cullCS(int into, Object key, int test, int clip) {
188            return matcher.addSub(into, coords.cull(into, test, clip), key);
189        }
190    
191      /** Determines size of the area designated for the <code>Vob</code>s.      /** Determines size of the area designated for the <code>Vob</code>s.
192       *  At least at the moment doesn't include margins.       *  At least at the moment doesn't include margins.
193       * Coordinates of the scene's       * Coordinates of the scene's

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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