/[alph]/alph/doc/alph.rst
ViewVC logotype

Diff of /alph/doc/alph.rst

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

revision 1.4 by tjl, Mon May 26 09:24:58 2003 UTC revision 1.5 by humppake, Mon May 26 11:19:24 2003 UTC
# Line 39  is as follows: Line 39  is as follows:
39    
40  ..  UML:: alph_mediatypes  ..  UML:: alph_mediatypes
41    
42        jlinkpackage org.nongnu.alph
43    
44      class Span "interface"      class Span "interface"
45            jlink  
46          methods          methods
47              intersects(Span s)              intersects(Span s)
48              getScrollId()              getScrollId()
49    
50      class SpanID "interface"      class SpanID "interface"
51            jlink
52                    Span1D
53          inherit Span          inherit Span
54          methods          methods
55              int offset()              int offset()
# Line 53  is as follows: Line 58  is as follows:
58              SpanID append(SpanID s)              SpanID append(SpanID s)
59    
60      class TextSpan "interface"      class TextSpan "interface"
61            jlink
62          inherit SpanID          inherit SpanID
63          methods          methods
64              String getText()              String getText()
65    
66      class PageSpan "interface"      class PageSpan "interface"
67            jlink
68          inherit SpanID          inherit SpanID
69          methods          methods
70              PageImageSpan getPage(int ind)              PageImageSpan getPage(int ind)
71    
72      class ImageSpan "interface"      class ImageSpan "interface"
73            jlink
74          inherit Span          inherit Span
75          methods          methods
76              Point getLocation()              Point getLocation()
# Line 70  is as follows: Line 78  is as follows:
78              ImageSpan subArea(..)              ImageSpan subArea(..)
79    
80      class PageImageSpan "interface"      class PageImageSpan "interface"
81            jlink
82          inherit ImageSpan          inherit ImageSpan
83          methods          methods
84              int getPageIndex()              int getPageIndex()
# Line 111  Each span can contain media only inside Line 120  Each span can contain media only inside
120    
121  ..  UML:: alph_scrollblock  ..  UML:: alph_scrollblock
122    
123        jlinkpackage org.nongnu.alph
124    
125      class Span "interface"      class Span "interface"
126            jlink
127    
128      class ScrollBlock      class ScrollBlock
129            jlink
130          assoc multi(1) - multi(*) Span          assoc multi(1) - multi(*) Span
131          methods          methods
132              String getContentType()              String getContentType()
# Line 147  Because of this, Alph provides direct ac Line 160  Because of this, Alph provides direct ac
160  data block by allowing the access through the  ``BlockFile`` class.  data block by allowing the access through the  ``BlockFile`` class.
161    
162  ..  UML:: alph_blockfile  ..  UML:: alph_blockfile
163        
164        jlinkpackage org.nongnu.alph
165    
166      class ScrollBlock      class ScrollBlock
167            jlink
168          assoc multi(1) - multi(0..1) BlockFile          assoc multi(1) - multi(0..1) BlockFile
169          methods          methods
170              BlockFile getBlockFile()              BlockFile getBlockFile()
171    
172      class BlockFile      class BlockFile
173            jlink
174          methods          methods
175              java.io.File getFile()              java.io.File getFile()
176              String getFilename()              String getFilename()
# Line 179  adding files etc. Line 196  adding files etc.
196    
197  ..  UML:: alph_alph  ..  UML:: alph_alph
198    
199        jlinkpackage org.nongnu.alph
200    
201      class Alph      class Alph
202            jlink
203          assoc compos - multi(*) ScrollBlock          assoc compos - multi(*) ScrollBlock
204          methods          methods
205              ScrollBlock getScrollBlock(String uri)              ScrollBlock getScrollBlock(String uri)
206              ScrollBlock addFile(File f, String contentType)              ScrollBlock addFile(File f, String contentType)
207    
208      class ScrollBlock      class ScrollBlock
209            jlink
210    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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