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: Mon, 26 May 2003 07:19:24 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Asko Soukka <address@hidden>    03/05/26 07:19:24

Modified files:
        doc            : alph.rst alphimpl.rst 

Log message:
        navidocized

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

Patches:
Index: alph/doc/alph.rst
diff -u alph/doc/alph.rst:1.4 alph/doc/alph.rst:1.5
--- alph/doc/alph.rst:1.4       Mon May 26 05:24:58 2003
+++ alph/doc/alph.rst   Mon May 26 07:19:24 2003
@@ -39,12 +39,17 @@
 
 ..  UML:: alph_mediatypes
 
+    jlinkpackage org.nongnu.alph
+
     class Span "interface"
+       jlink   
        methods
            intersects(Span s)
            getScrollId()
 
     class SpanID "interface"
+       jlink
+               Span1D
        inherit Span
        methods
            int offset()
@@ -53,16 +58,19 @@
            SpanID append(SpanID s)
 
     class TextSpan "interface"
+       jlink
        inherit SpanID
        methods
            String getText()
 
     class PageSpan "interface"
+       jlink
        inherit SpanID
        methods
            PageImageSpan getPage(int ind)
 
     class ImageSpan "interface"
+       jlink
        inherit Span
        methods
            Point getLocation()
@@ -70,6 +78,7 @@
            ImageSpan subArea(..)
 
     class PageImageSpan "interface"
+       jlink
        inherit ImageSpan
        methods
            int getPageIndex()
@@ -111,9 +120,13 @@
 
 ..  UML:: alph_scrollblock
 
+    jlinkpackage org.nongnu.alph
+
     class Span "interface"
+       jlink
 
     class ScrollBlock
+       jlink
        assoc multi(1) - multi(*) Span
        methods
            String getContentType()
@@ -147,13 +160,17 @@
 data block by allowing the access through the  ``BlockFile`` class.
 
 ..  UML:: alph_blockfile
+    
+    jlinkpackage org.nongnu.alph
 
     class ScrollBlock
+       jlink
        assoc multi(1) - multi(0..1) BlockFile
        methods
            BlockFile getBlockFile()
 
     class BlockFile
+       jlink
        methods
            java.io.File getFile()
            String getFilename()
@@ -179,12 +196,15 @@
 
 ..  UML:: alph_alph
 
+    jlinkpackage org.nongnu.alph
+
     class Alph
+       jlink
        assoc compos - multi(*) ScrollBlock
        methods
            ScrollBlock getScrollBlock(String uri)
            ScrollBlock addFile(File f, String contentType)
 
     class ScrollBlock
-
+       jlink
 
Index: alph/doc/alphimpl.rst
diff -u alph/doc/alphimpl.rst:1.3 alph/doc/alphimpl.rst:1.4
--- alph/doc/alphimpl.rst:1.3   Mon May 26 06:47:34 2003
+++ alph/doc/alphimpl.rst       Mon May 26 07:19:24 2003
@@ -10,16 +10,23 @@
 
 ..  UML:: alph_textspanimpl_std
 
+    jlinkpackage org.nongnu.alph
+
     class TextSpan "interface"
+       jlink
 
     class StdTextSpan
+       jlink
        inherit TextSpan
 
     class TextScrollBlock
+       jlink
 
     class PermanentTextScroll
+       jlink
 
     class TransientTextScroll
+       jlink
 
 URN5 text spans
 ===============
@@ -36,9 +43,13 @@
 
 ..  UML:: alph_textspanimpl_urn
 
+    jlinkpackage org.nongnu.alph
+
     class TextSpan "interface"
+       jlink
 
     class URNSTextSpan
+       jlink
        inherit TextSpan
 
 XXX URNS should be URN5 in the above diagram!!!
@@ -53,9 +64,13 @@
 
 ..  UML:: alph_textspanimpl_fake
 
+    jlinkpackage org.nongnu.alph
+
     class TextSpan "interface"
+       jlink
 
     class FakeTextSpan
+       jlink
        inherit TextSpan
 
 Fake spans are similar to URN5 spans, except that they have *no* 




reply via email to

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