/[fenfire]/fenfire/org/fenfire/fenmm/WhiteNodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/fenmm/WhiteNodeView.java

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

revision 1.5 by tjl, Mon Oct 6 06:26:13 2003 UTC revision 1.6 by tjl, Sat Oct 18 06:06:29 2003 UTC
# Line 1  Line 1 
1  // (c): Matti J. Katila  /*
2    WhiteNodeView.java
3     *    
4     *    Copyright (c) 2003, Matti J. Katila
5     *    This file is part of Fenfire.
6     *    
7     *    Fenfire is free software; you can redistribute it and/or modify it under
8     *    the terms of the GNU Lesser General Public License as published by
9     *    the Free Software Foundation; either version 2 of the License, or
10     *    (at your option) any later version.
11     *    
12     *    Fenfire is distributed in the hope that it will be useful, but WITHOUT
13     *    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14     *    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
15     *    Public License for more details.
16     *    
17     *    You should have received a copy of the GNU Lesser General
18     *    Public License along with Fenfire; if not, write to the Free
19     *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20     *    MA  02111-1307  USA
21     *    
22     */
23    /*
24     * Written by Matti J. Katila
25     */
26    
27  package org.fenfire.fenmm;  package org.fenfire.fenmm;
28    
# Line 42  public class WhiteNodeView implements Pu Line 66  public class WhiteNodeView implements Pu
66                                    
67                  public float getWidth() { return p.getWidth(); }                  public float getWidth() { return p.getWidth(); }
68                  public float getHeight() { return p.getHeight(); }                  public float getHeight() { return p.getHeight(); }
69                  public void getCursorXY(int pos, float[] xy) { p.getCursorXY(pos, xy); }                  public void getCursorXYY(int pos, float[] xy) { p.getCursorXYY(pos, xy); }
70                  public int getCursorPos(float x, float y) { return p.getCursorPos(x, y); }                  public int getCursorPos(float x, float y) { return p.getCursorPos(x, y); }
71              };              };
72      }      }

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

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