gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/doc design.rst


From: Asko Soukka
Subject: [Gzz-commits] libvob/doc design.rst
Date: Tue, 20 May 2003 08:21:34 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/05/20 08:21:34

Modified files:
        doc            : design.rst 

Log message:
        fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/design.rst.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: libvob/doc/design.rst
diff -u libvob/doc/design.rst:1.4 libvob/doc/design.rst:1.5
--- libvob/doc/design.rst:1.4   Tue May 20 07:32:33 2003
+++ libvob/doc/design.rst       Tue May 20 08:21:33 2003
@@ -39,23 +39,25 @@
 than the current version but may be easier for grasping the essential concepts.
 In the early version, the structure of a keyframe was simply
 
-..  UML:: vobs_overall_1
+.. UML:: vobs_overall_1
 
-    jlinkpackage org.nongnu.libvob
+   jlinkpackage org.nongnu.libvob
+   clinkpackage Vob
 
-    class VobScene
+   class VobScene
        jlink
        assoc multi(1) - multi(*) Vob
 
-    class Vob
-       jlink
-       fields
-           int x, y, w, h, depth
-           Object key
+   class Vob
+       jlink
+       fields
+               int x, y, w, h, depth
+               Object key
        methods
-           renderInterp(Vob other, float fract)
-    ---
-    Vob.c = VobScene.c + (0, -150)
+               renderinterp(Vob other, float fract)
+
+   ---
+   Vob.c = VobScene.c + (0, -150);
 
 Two keyframes were matched by directly matching Vobs with 
 the same key.
@@ -211,6 +213,7 @@
 .. UML:: vobscene_overall
 
     jlinkpackage org.nongnu.libvob
+    clinkpackage Vob
 
     class VobScene
        jlink
@@ -259,6 +262,7 @@
            boolean intersect(int x, int y, RenderInfo info1, info2) 
 
     class Transform "pseudoclass"
+       clink
        assoc multi(*) - multi(1) role(key) java.lang.Object
        assoc multi(*) - multi(*) Vob
 
@@ -308,10 +312,16 @@
 
 .. UML:: vobsceneseq
 
+    jlinkpackage org.nongnu.libvob
+
     seqobject VobScene
+       jlink
     seqobject VobMap
+       jlink
     seqobject VobMatcher
+       jlink
     seqobject VobCoorder
+       jlink
     seqobject View
 
     sequence simplecall




reply via email to

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