fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] libvob org/nongnu/libvob/buoy/impl/RatioMainGeo...


From: Tuomas J. Lukka
Subject: [ff-cvs] libvob org/nongnu/libvob/buoy/impl/RatioMainGeo...
Date: Sat, 16 Aug 2003 08:39:29 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/16 08:39:29

Modified files:
        org/nongnu/libvob/buoy/impl: RatioMainGeometer.java 
        vob/buoy       : buoymanager.py 

Log message:
        More helpful stringization for RatioMainGoemeter

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java
diff -u libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java:1.3 
libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java:1.4
--- libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java:1.3       Sat Aug 
 9 10:39:44 2003
+++ libvob/org/nongnu/libvob/buoy/impl/RatioMainGeometer.java   Sat Aug 16 
08:39:29 2003
@@ -59,6 +59,15 @@
        return cs;
     }
 
+    public String toString() {
+       return "["+super.toString()+": "+
+               x+","+
+               y+","+
+               w+","+
+               h+
+               "]";
+    }
+
 }
 
 
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.57 libvob/vob/buoy/buoymanager.py:1.58
--- libvob/vob/buoy/buoymanager.py:1.57 Sat Aug 16 06:29:37 2003
+++ libvob/vob/buoy/buoymanager.py      Sat Aug 16 08:39:29 2003
@@ -58,7 +58,7 @@
     """
     def __init__(self):
        self.buoyMainViewGeometer = vob.buoy.impl.RatioMainGeometer(
-                                       .2, .25, .6, .5)
+                                       .21, .25, .6, .5)
        self.buoySizer = vob.buoy.impl.AspectBuoySizer(400, 400, 1.5)
        self.buoyGeometer = vob.buoy.impl.RatioBuoyOnCircleGeometer(
                                    .1, .1, .8, .8)
@@ -95,6 +95,7 @@
        self.vs = vs
        self.buoyinto = buoyinto
        self.cs = { }
+
 
        buoyMainViewGeometer = self.geometryConfiguration\
                                .getMainViewGeometer(self.mainNode)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]