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

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

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

revision 1.4 by benja, Sat May 3 11:17:43 2003 UTC revision 1.5 by mudyc, Mon May 5 01:38:50 2003 UTC
# Line 47  public abstract class AbstractMainNode2D Line 47  public abstract class AbstractMainNode2D
47          this.panX = panX; this.panY = panY;          this.panX = panX; this.panY = panY;
48      }      }
49    
50    
51        /** Ugly hack! Fix fix fix..
52         */
53        static public org.fenfire.view.FenPDFContext context = null;
54        public void keystroke(String s) {
55            context.handleKeyStroke(s, view2d);
56        }
57    
58    
59      /** Cause the changes to the zooming and panning variables      /** Cause the changes to the zooming and panning variables
60       * to be shown in the given vobscene.       * to be shown in the given vobscene.
61       * This changes the parameters of the coordinate systems       * This changes the parameters of the coordinate systems
# Line 85  public abstract class AbstractMainNode2D Line 94  public abstract class AbstractMainNode2D
94      }      }
95    
96    
   
     /** Ugly hack! Fix fix fix..  
      */  
     static public org.fenfire.Fen fen = null;  
     /** Ugly hack! Fix fix fix..  
      */  
     static public org.fenfire.modules.pp.RSTActionsImpl rst = null;  
   
   
     public void keystroke(String s) {  
         pa("Key:"+s);  
     }  
   
97      // Mouse press state      // Mouse press state
98      // x, y, buttons      // x, y, buttons
99      protected int[] m_state = null;      protected int[] m_state = null;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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