gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob org/nongnu/libvob/VobScene.java vob/buoy...


From: Matti Katila
Subject: [Gzz-commits] libvob org/nongnu/libvob/VobScene.java vob/buoy...
Date: Wed, 16 Apr 2003 04:27:31 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/04/16 04:27:31

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

Log message:
        twids

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/VobScene.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/VobScene.java
diff -u libvob/org/nongnu/libvob/VobScene.java:1.4 
libvob/org/nongnu/libvob/VobScene.java:1.5
--- libvob/org/nongnu/libvob/VobScene.java:1.4  Mon Apr 14 08:13:29 2003
+++ libvob/org/nongnu/libvob/VobScene.java      Wed Apr 16 04:27:31 2003
@@ -32,7 +32,7 @@
  * <p>
  * A VobScene encapsulates three separate systems: simple and orthogonal 
  * coordinate systems, coordinate system mathing and coordinate systems 
- * mapping to vobs. These systems are used to control the 
+ * mapping for vobs. These systems are used to control the 
  * main canvas called screen. VobScene can be used to make child coordinate 
  * systems to this main canvas or to the coordinate system already made.
  * So, all coordinate systems have parent coordinate system which is screen or 
@@ -41,7 +41,7 @@
  * in the scene/screen/main canvas with <i>coordinate systems</i> given.
  * <p>
  * One important thing with one coordinate system is that they are 
- * new coordinate systems which origin(0,0) is in up-left corner and 
point(1,1) is 
+ * systems which origin(0,0) is in up-left corner and point(1,1) is 
  * in down-right corner.
  * <p>
  * A VobScene is somewhat like a scene graph but has some rather special 
features.
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.1 libvob/vob/buoy/buoymanager.py:1.2
--- libvob/vob/buoy/buoymanager.py:1.1  Thu Apr 10 10:00:18 2003
+++ libvob/vob/buoy/buoymanager.py      Wed Apr 16 04:27:31 2003
@@ -25,8 +25,9 @@
 import jarray
 
 import org.nongnu.libvob as vob
+from org.nongnu.libvob.buoy import BuoyLinkListener
 
-from org.nongnu.libvob.putil.misc import *
+from vob.putil.misc import *
 
 # Slow animation for the demo.
 vob.AbstractUpdateManager.defaultAnimationTime = 1500
@@ -40,7 +41,7 @@
 
 size = jarray.zeros(2, 'f')
 
-class RealBuoyManager(vob.buoy.BuoyLinkListener):
+class RealBuoyManager(BuoyLinkListener):
     """Manage buoys through the new APIs
 
     This is a demo "scene"




reply via email to

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