See: Description
Interface | Description |
---|---|
IFileTerminal |
Interface of terminals which actually are files.
|
IInputTerminal |
Interface for abstract input terminal.
|
IInputWorkingDirectory |
Interface of generalized input working directory.
|
IOutputTerminal |
Interface for abstract output terminal.
|
IOutputWorkingDirectory |
Interface of generalized output working directory.
|
Class | Description |
---|---|
FormatProvider |
Class providing TeX format.
|
InputConsoleTerminal |
Provides the console as a terminal input source.
|
InputFileSystemDirectory |
Implements the regular file system's method for getting a file stream to read from.
|
InputZipDirectory |
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
|
License |
Provides methods to license the component.
|
MathRenderer |
Implements rendering of math formula.
|
MathRendererOptions |
Math formula common rendering options.
|
Metered |
Provides methods to set metered key.
|
NondisposableInputStream |
The class that encapsulates a stream that cannot be closed by calling
the
InputStream.close() method. |
NondisposableOutputStream |
The class that encapsulates a stream that cannot be closed by calling
the
OutputStream.close() method. |
OutputConsoleTerminal |
Provides the console as a terminal output destination.
|
OutputFileSystemDirectory |
Implements the regular file system's method for getting a file stream to write to.
|
OutputFileTerminal |
Implements a terminal whose output is to be written to a file in some working directory.
|
OutputMemoryTerminal |
Provides a memory stream as a terminal output destination.
|
OutputZipDirectory |
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
|
PngMathRenderer |
Implements rendering of math formula to PNG.
|
PngMathRendererOptions |
Math formula PNG rendering options.
|
Size2D |
The
Size2D class describes dimensions
(w x h) . |
Size2D.Float |
The
Float class defines dimensions specified in float
coordinates. |
SvgMathRenderer |
Implements rendering of math formula to SVG.
|
SvgMathRendererOptions |
Math formula SVG rendering options.
|
TeXConfig |
Class providing available TeX configurations.
|
TeXExtension |
Class defining constants to choose a TeX engine extension from.
|
TeXInputStream |
The class that encapsulates TeX specific features of stream reading.
|
TeXJob |
Implements features of a TeX job.
|
TeXOptions |
TeX file processing options class.
|
Enum | Description |
---|---|
Interaction |
Represents increasing amounts of user interaction.
|