/[fenfire]/fenfire/org/fenfire/view/buoy/FisheyeMainNode2D.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/FisheyeMainNode2D.java

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

revision 1.1 by tjl, Mon Apr 28 11:56:32 2003 UTC revision 1.2 by benja, Sat May 3 11:17:43 2003 UTC
# Line 35  public class FisheyeMainNode2D extends A Line 35  public class FisheyeMainNode2D extends A
35      }      }
36    
37    
38      /** Cause the changes to the zooming and panning variables      protected void setZoomPan(VobScene vs, int mainFrame) {
      * to be shown in the given vobscene.  
      * This changes the parameters of the coordinate systems  
      * created by render().  
      */  
     private void setZoomPan(VobScene vs, int mainFrame) {  
39          vs.coords.setTranslateParams(box2paper, panX, panY);          vs.coords.setTranslateParams(box2paper, panX, panY);
40          fisheyeState.setCoordsysParams();          fisheyeState.setCoordsysParams();
41      }      }
# Line 64  public class FisheyeMainNode2D extends A Line 59  public class FisheyeMainNode2D extends A
59      }      }
60            
61    
62        /**
63      public void keystroke(String s) {      public void keystroke(String s) {
64          // XXX          // XXX
65      }      }
# Line 86  public class FisheyeMainNode2D extends A Line 82  public class FisheyeMainNode2D extends A
82          if(dbg) pa("nothing!");          if(dbg) pa("nothing!");
83          return false;          return false;
84      }      }
85        **/
86    
87    
88  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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