gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph/doc alph.rst alphimpl.rst


From: Asko Soukka
Subject: [Gzz-commits] alph/doc alph.rst alphimpl.rst
Date: Wed, 28 May 2003 05:43:12 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Asko Soukka <address@hidden>    03/05/28 05:43:12

Modified files:
        doc            : alph.rst alphimpl.rst 

Log message:
        something for metpost variable problem

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

Patches:
Index: alph/doc/alph.rst
diff -u alph/doc/alph.rst:1.5 alph/doc/alph.rst:1.6
--- alph/doc/alph.rst:1.5       Mon May 26 07:19:24 2003
+++ alph/doc/alph.rst   Wed May 28 05:43:11 2003
@@ -47,9 +47,8 @@
            intersects(Span s)
            getScrollId()
 
-    class SpanID "interface"
+    class SpanID Span1D "interface"
        jlink
-               Span1D
        inherit Span
        methods
            int offset()
@@ -95,8 +94,6 @@
     vs.c = Span.c + (0, -250);
     SpanID.c = .5[Span.c, TextSpan.c];
 
-(In the diagram above, SpanID should read Span1D!!!)
-
 The interfaces in the lowest row are those that are actually
 implemented by some classes.
 
@@ -207,4 +204,5 @@
 
     class ScrollBlock
        jlink
-
+    ---
+    horizontally(50, hor_c, Alph, ScrollBlock);
Index: alph/doc/alphimpl.rst
diff -u alph/doc/alphimpl.rst:1.4 alph/doc/alphimpl.rst:1.5
--- alph/doc/alphimpl.rst:1.4   Mon May 26 07:19:24 2003
+++ alph/doc/alphimpl.rst       Wed May 28 05:43:11 2003
@@ -27,6 +27,10 @@
 
     class TransientTextScroll
        jlink
+    ---
+    horizontally(50, hor_c, TextSpan, TextScrollBlock);
+    horizontally(50, hor_d, StdTextSpan, PermanentTextScroll, 
TransientTextScroll);
+    vertically(50, ver_c, TextSpan, StdTextSpan);
 
 URN5 text spans
 ===============
@@ -48,12 +52,11 @@
     class TextSpan "interface"
        jlink
 
-    class URNSTextSpan
+    class URNSTextSpan URN5TextSpan
        jlink
        inherit TextSpan
-
-XXX URNS should be URN5 in the above diagram!!!
-
+    ---
+    vertically(50, ver_c, TextSpan, URNSTextSpan);
 
 Fake text spans
 ===============
@@ -72,6 +75,8 @@
     class FakeTextSpan
        jlink
        inherit TextSpan
+    ---
+    vertically(50, ver_c, TextSpan, FakeTextSpan);
 
 Fake spans are similar to URN5 spans, except that they have *no* 
 IDs. They are therefore somewhat cheaper but lose the ability




reply via email to

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