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

Diff of /gzz/gzz/vob/OrthoCoorder.java

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

revision 1.36 by tjl, Wed Oct 16 07:46:39 2002 UTC revision 1.37 by tjl, Tue Oct 29 14:09:32 2002 UTC
# Line 128  public static final String rcsid = "$Id$ Line 128  public static final String rcsid = "$Id$
128          sys.clear(width, height);          sys.clear(width, height);
129      }      }
130    
131        public void activate(int cs) {
132        }
133    
134      // Stupid implementation...      // Stupid implementation...
135      protected int getCSAt(float x, float y, float[] internalcoords) {      public int getCSAt(int parent, float x, float y, float[] internalcoords) {
136          sys.sorter.sort();          sys.sorter.sort();
137          int[] sorted = sys.sorter.sorted;          int[] sorted = sys.sorter.sorted;
138          int nsorted = sys.sorter.nsorted;          int nsorted = sys.sorter.nsorted;
# Line 141  public static final String rcsid = "$Id$ Line 144  public static final String rcsid = "$Id$
144          return 0;          return 0;
145      }      }
146    
     public int getCSIndexAt(float x, float y) {  
         return getCSAt(x, y, null);  
     }  
   
147      public void renderVobs(DefaultVobMap map, OrthoCoorder interpTo, int[] interpList,      public void renderVobs(DefaultVobMap map, OrthoCoorder interpTo, int[] interpList,
148                              float fract, java.awt.Graphics g, Color fg) {                              float fract, java.awt.Graphics g, Color fg) {
149          renderVobs(map, interpTo, interpList, fract, g, fg, 0, 0, 1, 1);          renderVobs(map, interpTo, interpList, fract, g, fg, 0, 0, 1, 1);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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