/[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.14 by tjl, Fri Nov 1 19:53:53 2002 UTC revision 1.15 by tjl, Thu Nov 7 09:33:31 2002 UTC
# Line 130  public class VobScene { Line 130  public class VobScene {
130          coords.activate(matcher.getCS(key));          coords.activate(matcher.getCS(key));
131      }      }
132    
133      public Object getKeyAt(float x, float y, float[] targetcoords) {      /** Get the topmost activated coordsys at (x,y), whose nearest activated
134          return null;       *  * direct ancestor (not determining) is parent.
135         *   */
136        public int getCSAt(int parent, float x, float y, float[] targetcoords) {
137            return coords.getCSAt(parent, x, y, targetcoords);
138      }      }
139    
140        public Object getKeyAt(int parent, float x, float y, float[] targetcoords) {
141            return matcher.getKey(coords.getCSAt(parent, x, y, targetcoords));
142        }
143    
144    
145    
146      public void dump() {      public void dump() {
147          map.dump();          map.dump();
148          coords.dump();          coords.dump();

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

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