/[libvob]/libvob/org/nongnu/libvob/view/FisheyeState.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/view/FisheyeState.java

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

revision 1.4 by benja, Sat May 3 13:12:15 2003 UTC revision 1.5 by benja, Sat May 3 13:19:39 2003 UTC
# Line 70  public static final String rcsid = "$Id$ Line 70  public static final String rcsid = "$Id$
70          curmin = minmag;          curmin = minmag;
71      }      }
72    
73        public FisheyeState(float aspect, float minmag, float maxmag,
74                            float minsize, float maxsize,
75                            float curmag, float cursize) {
76            this(aspect, minmag, maxmag, minsize, maxsize);
77            this.curmag = curmag;
78            this.cursize = cursize;
79        }    
80        
81      public void setCenter(float x, float y) {      public void setCenter(float x, float y) {
82          curx = x;          curx = x;
83          cury = y;          cury = y;

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