/[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.9 by mudyc, Thu May 15 15:12:00 2003 UTC revision 1.10 by mudyc, Thu May 15 16:51:06 2003 UTC
# Line 18  public abstract class AbstractMainNode2D Line 18  public abstract class AbstractMainNode2D
18      private static void p(String s) { System.out.println("AbstractMainNode2D:: "+s); }      private static void p(String s) { System.out.println("AbstractMainNode2D:: "+s); }
19    
20      protected Object plane;      protected Object plane;
21        public Object getPlane() { return plane; }
22    
23      protected View2D view2d;      protected View2D view2d;
24    
25      public View2D getView2D() { return view2d; }      public View2D getView2D() { return view2d; }
26    
27      protected float panX, panY;      protected float panX, panY;
28        public float getPanX() { return panX; }
29        public float getPanY() { return panY; }
30    
31      protected boolean cursor = true;      protected boolean cursor = true;
32      public void setCursor(boolean cursor) { this.cursor = cursor; }      public void setCursor(boolean cursor) { this.cursor = cursor; }
33    
# Line 55  public abstract class AbstractMainNode2D Line 60  public abstract class AbstractMainNode2D
60       */       */
61      static public org.fenfire.view.lava.FenPDFContext context = null;      static public org.fenfire.view.lava.FenPDFContext context = null;
62      public void keystroke(String s) {      public void keystroke(String s) {
63          context.handleKeyStroke(s, view2d);          context.handleKeyStroke(s, this);
64      }      }
65      public interface Render {      public interface Render {
66          void mainNodeToBeRender(AbstractMainNode2D main);          void mainNodeToBeRender(AbstractMainNode2D main);

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

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