gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc pegboard/buoydesign--tjl/peg.rst SpanCe...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc pegboard/buoydesign--tjl/peg.rst SpanCe...
Date: Wed, 29 Jan 2003 10:25:55 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/01/29 10:25:55

Modified files:
        doc/pegboard/buoydesign--tjl: peg.rst 
Removed files:
        doc            : SpanCellViews.rst 

Log message:
        Reword

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/buoydesign--tjl/peg.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/buoydesign--tjl/peg.rst
diff -u gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.3 
gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.4
--- gzz/doc/pegboard/buoydesign--tjl/peg.rst:1.3        Wed Jan 29 10:00:22 2003
+++ gzz/doc/pegboard/buoydesign--tjl/peg.rst    Wed Jan 29 10:25:55 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/01/29 15:00:22 $
-:Revision: $Revision: 1.3 $
+:Last-Modified: $Date: 2003/01/29 15:25:55 $
+:Revision: $Revision: 1.4 $
 :Status:   Incomplete
 
 Goals: get the xupdf and pp functionality under one model.
@@ -44,7 +44,8 @@
 between clones of anchor cells on a particular dimension.
 
 In xupdf, a node is a cell containing a PDF document,
-and the anchors and links are defined elsewhere in the xanalogical links.
+and the anchors and links are defined implicitly by
+the xanalogical transclusions and xulinks.
 
 .. UML:: BuoyviewModels
     
@@ -67,7 +68,7 @@
        assoc multi(*) - multi(0..1) ZZStructureNode
        assoc multi(*) - multi(0..1) PPCanvasNode
 
-    class DocTranscludedAnchor
+    class DocFragmentAnchor
        inherit Anchor
        assoc multi(*) - multi(1) PDFDocNode
 
@@ -82,12 +83,12 @@
     class TransclusionLink
        inherit Link
        assoc multi(*) - multi(1) CellTranscludesAnchor
-       assoc multi(*) - multi(1) DocTranscludedAnchor
+       assoc multi(*) - multi(1) DocFragmentAnchor
 
     class XuLink
        inherit Link
        assoc multi(*) - multi(0..2) CellTranscludesAnchor
-       assoc multi(*) - multi(0..2) DocTranscludedAnchor
+       assoc multi(*) - multi(0..2) DocFragmentAnchor
 
     class PPLink
        inherit Link
@@ -97,7 +98,7 @@
 
     vertically(60, foo, PDFDocNode, ZZStructureNode, PPCanvasNode);
 
-    vertically(60, bar, DocTranscludedAnchor, CellTranscludesAnchor, PPAnchor);
+    vertically(60, bar, DocFragmentAnchor, CellTranscludesAnchor, PPAnchor);
 
     vertically(60, baz, TransclusionLink, XuLink, PPLink);
 
@@ -105,7 +106,7 @@
 
     pair o; o = (-100, 60);
     Node.c = PDFDocNode.c + o;
-    Anchor.c = DocTranscludedAnchor.c + o;
+    Anchor.c = DocFragmentAnchor.c + o;
     Link.c = TransclusionLink.c + o;
 
 




reply via email to

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