/[fenfire]/fenfire/org/fenfire/view/AreaSelectingView2D.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/AreaSelectingView2D.java

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

revision 1.10 by mudyc, Sat Jul 19 09:04:36 2003 UTC revision 1.11 by tjl, Mon Jul 28 08:22:32 2003 UTC
# Line 1  Line 1 
1  // (c): Matti J. Katila  // (c): Matti J. Katila
2    
3  package org.fenfire.view;  package org.fenfire.view;
 import org.fenfire.view.lava.*;  
4  import org.nongnu.libvob.*;  import org.nongnu.libvob.*;
5  import org.nongnu.libvob.gl.*;  import org.nongnu.libvob.gl.*;
 import org.fenfire.util.lava.*;  
6    
7  import java.util.*;  import java.util.*;
8    
9  /** View2D to draw the selecting area  /** View2D to draw the selecting area
10   */   */
11  public class AreaSelectingView2D extends View2D implements FastView {  public class AreaSelectingView2D extends View2D
12            implements org.fenfire.view.lava.FastView {
13      public static boolean dbg = false;      public static boolean dbg = false;
14      private static void p(String s) { System.out.println("AreaSelectingView2D:: "+s); }      private static void p(String s) { System.out.println("AreaSelectingView2D:: "+s); }
15    
# Line 41  public class AreaSelectingView2D extends Line 40  public class AreaSelectingView2D extends
40      }      }
41    
42    
43      private CoordsysCache coords = new CoordsysCache();      private org.fenfire.util.lava.CoordsysCache coords =
44                    new org.fenfire.util.lava.CoordsysCache();
45    
46      public void render(VobScene vs, Object plane,      public void render(VobScene vs, Object plane,
47                         int matchingParent,                         int matchingParent,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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