/[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.13 by tjl, Wed Oct 30 19:10:17 2002 UTC revision 1.14 by tjl, Fri Nov 1 19:53:53 2002 UTC
# Line 89  public class VobScene { Line 89  public class VobScene {
89          return matcher.addSub(into, af().scale(into, sx, sy, sz), key);          return matcher.addSub(into, af().scale(into, sx, sy, sz), key);
90      }      }
91    
92        public int unitSqCS(int into, Object key) {
93            return matcher.addSub(into, coords.unitSq(into), key);
94        }
95        public int boxCS(int into, Object key, float w, float h) {
96            return matcher.addSub(into, coords.box(into, w, h), key);
97        }
98        public int orthoBoxCS(int into, Object key, float d, float x, float y, float sx, float sy, float w, float h) {
99            return matcher.addSub(into, coords.orthoBox(into, d, x, y, sx, sy, w, h), key);
100        }
101    
102      /** Determines size of the area designated for the <code>Vob</code>s.      /** Determines size of the area designated for the <code>Vob</code>s.
103       *  At least at the moment doesn't include margins.       *  At least at the moment doesn't include margins.
104       * Coordinates of the scene's       * Coordinates of the scene's

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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