gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/xupdf article.rst


From: Janne V. Kujala
Subject: [Gzz-commits] manuscripts/xupdf article.rst
Date: Mon, 10 Feb 2003 08:34:13 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Janne V. Kujala <address@hidden>        03/02/10 08:34:10

Modified files:
        xupdf          : article.rst 

Log message:
        uml fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/xupdf/article.rst.diff?tr1=1.47&tr2=1.48&r1=text&r2=text

Patches:
Index: manuscripts/xupdf/article.rst
diff -u manuscripts/xupdf/article.rst:1.47 manuscripts/xupdf/article.rst:1.48
--- manuscripts/xupdf/article.rst:1.47  Mon Feb 10 07:14:09 2003
+++ manuscripts/xupdf/article.rst       Mon Feb 10 08:34:08 2003
@@ -428,7 +428,7 @@
 Implementation on the Gzz platform
 ==================================
 
-Vobs, coordsys, jython --> easy prototyping
+Vobs, coordsys, jython, xu, ids --> easy prototyping
 
 An example structure: a MEMEX-like view of recent hypertext and graphics 
articles
 
=================================================================================
@@ -467,9 +467,9 @@
     assoc Cell compos multi(0..1) - multi(1) role(content) xuEnfilade
 
     class Canvas
-    spatialassoc = assoc Canvas aggreg multi(1) - multi(*) Cell
+    assoc Canvas aggreg multi(*) - multi(*) Cell
 
-    class Coords
+    class Placement
        fields
            x, y
     
@@ -489,9 +489,9 @@
     horizontally(100, pp, Cell, Canvas);
     vertically(50, xxx, xuEnfilade, Cell);
 
-    Coords.c = 0.5 * (Cell.e + Canvas.w) + (0,-50);
+    Placement.c = 0.5 * (Cell.e + Canvas.w) + (0,-50);
 
-    draw 0.5 * (Cell.e + Canvas.w) -- Coords.n dashed evenly;
+    draw 0.5 * (Cell.e + Canvas.w) -- Placement.n dashed evenly;
 
     left.p = (xuLink.w{left}...(xuEnfilade.n - (20,0)){down});
     right.p = (xuLink.e{right}...(xuEnfilade.n + (20,0)){down});
@@ -512,6 +512,8 @@
 
 - Annotations can be entered as new content and Xanadu-linked to a part
   of document.
+
+XXX: Canvas structure; *orthogonal* to the xu structure
 
 Conclusions and future work
 ===========================




reply via email to

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