/[gzz]/gzz/doc/pegboard/buoydesign--tjl/peg.rst
ViewVC logotype

Diff of /gzz/doc/pegboard/buoydesign--tjl/peg.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Wed Jan 29 14:47:28 2003 UTC revision 1.3 by tjl, Wed Jan 29 15:00:22 2003 UTC
# Line 84  and the anchors and links are defined el Line 84  and the anchors and links are defined el
84          assoc multi(*) - multi(1) CellTranscludesAnchor          assoc multi(*) - multi(1) CellTranscludesAnchor
85          assoc multi(*) - multi(1) DocTranscludedAnchor          assoc multi(*) - multi(1) DocTranscludedAnchor
86    
87        class XuLink
88            inherit Link
89            assoc multi(*) - multi(0..2) CellTranscludesAnchor
90            assoc multi(*) - multi(0..2) DocTranscludedAnchor
91    
92      class PPLink      class PPLink
93          inherit Link          inherit Link
94          assoc multi(*) - multi(2,ordered) PPAnchor          assoc multi(*) - multi(2,ordered) PPAnchor
# Line 94  and the anchors and links are defined el Line 99  and the anchors and links are defined el
99    
100      vertically(60, bar, DocTranscludedAnchor, CellTranscludesAnchor, PPAnchor);      vertically(60, bar, DocTranscludedAnchor, CellTranscludesAnchor, PPAnchor);
101    
102      vertically(100, baz, TransclusionLink, PPLink);      vertically(60, baz, TransclusionLink, XuLink, PPLink);
103    
104      horizontally(70, xxx, foo, bar, baz);      horizontally(70, xxx, foo, bar, baz);
105    
# Line 102  and the anchors and links are defined el Line 107  and the anchors and links are defined el
107      Node.c = PDFDocNode.c + o;      Node.c = PDFDocNode.c + o;
108      Anchor.c = DocTranscludedAnchor.c + o;      Anchor.c = DocTranscludedAnchor.c + o;
109      Link.c = TransclusionLink.c + o;      Link.c = TransclusionLink.c + o;
110    
111    
112    
113    
114    
115    
116    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26