/[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.31 by mudyc, Mon Jul 14 11:19:31 2003 UTC revision 1.32 by mudyc, Mon Jul 14 14:08:40 2003 UTC
# Line 47  public abstract class AbstractMainNode2D Line 47  public abstract class AbstractMainNode2D
47       */       */
48      protected Object plane;      protected Object plane;
49      public Object getPlane() { return plane; }      public Object getPlane() { return plane; }
50        public void setNewPlane(Object plane,
51                                float panX, float panY, float zoom) {
52            this.plane = plane;
53            setFocus(new SimpleFocus(panX, panY) );
54            focus.setZoom(zoom);
55        }
56            
57    
58      /** The controller associated with this main node. */      /** The controller associated with this main node. */
59      protected ControlBinding controller;      protected ControlBinding controller;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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