summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/javadoc/doclet/doc/TexPrintStream.tex
blob: 0f0e287f6d2674954e304e9a40d7be60158df921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\begin{jdclass}[class]{TexPrintStream}
\begin{jdclassheader}

\jdpublic 
\jdinherits{\jdtypesimple{Object}\jdinh \jdtypesimple{OutputStream}\jdinh \jdtypesimple{FilterOutputStream}\jdinh \jdtypesimple{PrintStream}}
\JDtext{Conversion of special characters into tex-format}
\JDauthor{Jolle}
\JDsince{13.05.2008}
\JDversion{1.0}
\end{jdclassheader}
\begin{jdinheritancetable} \jdInhEntry{\jdtypesimple{OutputStream} out}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{PrintStream} append( \jdtypesimple{CharSequence} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} append( \jdtypesimple{CharSequence}, \jdtypesimple{int}, \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} append( \jdtypesimple{char} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{Appendable} append( \jdtypesimple{char} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{Appendable} append( \jdtypesimple{CharSequence}, \jdtypesimple{int}, \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{Appendable} append( \jdtypesimple{CharSequence} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{boolean} checkError(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} clearError(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} close(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} flush(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} format( \jdtypesimple{String}, \jdtypearray{Object}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} format( \jdtypesimple{Locale}, \jdtypesimple{String}, \jdtypearray{Object}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{boolean} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{char} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{long} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{float} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{double} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypearray{char}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{String} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} print( \jdtypesimple{Object} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} printf( \jdtypesimple{String}, \jdtypearray{Object}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{PrintStream} printf( \jdtypesimple{Locale}, \jdtypesimple{String}, \jdtypearray{Object}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{boolean} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{char} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{long} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{float} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{double} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypearray{char}{\lbrack{}\rbrack{}} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{String} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} println( \jdtypesimple{Object} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} setError(  )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypearray{byte}{\lbrack{}\rbrack{}}, \jdtypesimple{int}, \jdtypesimple{int} )}{PrintStream}
 \jdInhEntry{\jdtypesimple{void} close(  )}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{void} flush(  )}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypesimple{int} )}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypearray{byte}{\lbrack{}\rbrack{}} )}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypearray{byte}{\lbrack{}\rbrack{}}, \jdtypesimple{int}, \jdtypesimple{int} )}{FilterOutputStream}
 \jdInhEntry{\jdtypesimple{void} close(  )}{OutputStream}
 \jdInhEntry{\jdtypesimple{void} flush(  )}{OutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypesimple{int} )}{OutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypearray{byte}{\lbrack{}\rbrack{}} )}{OutputStream}
 \jdInhEntry{\jdtypesimple{void} write( \jdtypearray{byte}{\lbrack{}\rbrack{}}, \jdtypesimple{int}, \jdtypesimple{int} )}{OutputStream}
 \jdInhEntry{\jdtypesimple{Object} clone(  )}{Object}
 \jdInhEntry{\jdtypesimple{boolean} equals( \jdtypesimple{Object} )}{Object}
 \jdInhEntry{\jdtypesimple{void} finalize(  )}{Object}
 \jdInhEntry{\jdtypesimple{Class} getClass(  )}{Object}
 \jdInhEntry{\jdtypesimple{int} hashCode(  )}{Object}
 \jdInhEntry{\jdtypesimple{void} notify(  )}{Object}
 \jdInhEntry{\jdtypesimple{void} notifyAll(  )}{Object}
 \jdInhEntry{\jdtypesimple{String} toString(  )}{Object}
 \jdInhEntry{\jdtypesimple{void} wait( \jdtypesimple{long} )}{Object}
 \jdInhEntry{\jdtypesimple{void} wait( \jdtypesimple{long}, \jdtypesimple{int} )}{Object}
 \jdInhEntry{\jdtypesimple{void} wait(  )}{Object}
\end{jdinheritancetable}
\begin{jdconstructor}
\jdpublic 
\JDpara{\jdtypesimple{File}}{f}{File to write}
\JDthrows{FileNotFoundException}{if the file doesn't exist}
\JDtext{Construktor, initialising the stream into the given file}
\JDsince{Version 1.0 from 13.05.2008}
\JDauthor{Jolle}
\end{jdconstructor}
\begin{jdmethod}{printTex}
\jdpublic 
\jdtype{\jdtypesimple{void}}
\JDpara{\jdtypesimple{String}}{ausgabe}{unformatted string}
\JDtext{Converts an String and writes it to the stream}
\JDsince{Version 1.0 from 13.05.2008}
\JDauthor{Jolle}
\end{jdmethod}
\begin{jdmethod}{umwandlung}
\jdpublic \jdstatic 
\jdtype{\jdtypesimple{String}}
\JDpara{\jdtypesimple{String}}{unformatted}{unformatted string}
\JDtext{Converts the special characters to \TeX-format
 
 Characters, that are converted: \{ \} \_ \^{} \&{} \#{} \lbrack{} \rbrack{}}
\JDreturn{formatted string}
\JDsince{Version 1.0 from 13.05.2008}
\JDauthor{Jolle}
\end{jdmethod}
\end{jdclass}