Class | Description |
---|---|
AlphabetRegistration | |
AlphabetRegistrationException |
Signals that an error occured while registering an alphabet
|
ArrayOfAtoms | |
Atom |
An abstract superclass for all logical mathematical constructions that can be
a part of a TeXFormula.
|
Box |
An abstract graphical representation of a formula, that can be painted.
|
Char |
Represents a character together with its font, font ID and metric information.
|
CharFont |
Represents a specific character in a specific font (identified by its font ID).
|
CharSymbol |
An common superclass for atoms that represent one single character
and access the font information.
|
ColorAtom |
An atom representing the foreground and background color of an other atom.
|
Dummy |
Used by RowAtom.
|
Extension |
Represents an extension character that is defined by Char-objects of it's 4
possible parts (null means part not present).
|
FBoxAtom |
An atom representing a boxed base atom.
|
FixedCharAtom |
An atom representing a fixed character (not depending on a text style).
|
FontInfo |
Contains all the font information for 1 font.
|
FormulaNotFoundException |
Signals that unknown predefined TeXFormula name was used.
|
FramedBox |
A box representing a rotated box.
|
Glue |
Represents glue by its 3 components.
|
HorizontalBox |
A box composed of a horizontal row of child boxes.
|
InvalidAtomTypeException |
Signals that an unknown atom type constant was used.
|
InvalidSymbolTypeException |
Signals that an unknown symbol type constant or a symbol of the wrong type was used.
|
InvalidTeXFormulaException |
Signals that an invalid TeXFormula was used.
|
InvalidUnitException |
Signals that an unknown unit constant was used.
|
JMathTeXException |
Superclass of all the possible (public) exceptions that can be thrown in this package.
|
MacroInfo | |
Metrics |
Contains the metrics for 1 character: width, height, depth and italic correction.
|
MiddleAtom |
An atom representing a middle atom which must be rounded by a left and right delimiter.
|
MulticolumnAtom |
An atom used in array mode to write on several columns.
|
NewCommandMacro | |
ParseException |
Signals that an error occured while parsing a string to a formula.
|
ResourceParseException |
Signals that an error occurred while loading the necessary resources into memory.
|
Row |
A "composed atom": an atom that consists of child atoms that will be displayed
next to each other horizontally with glue between them.
|
ScaleAtom |
An atom representing a scaled Atom.
|
SpaceAtom |
An atom representing whitespace.
|
SymbolAtom |
A box representing a symbol (a non-alphanumeric character).
|
SymbolMappingNotFoundException |
Signals a missing symbol mapping.
|
SymbolNotFoundException |
Signals that an unknown symbol was used.
|
TeXEnvironment |
Contains the used TeXFont-object, color settings and the current style in which a
formula must be drawn.
|
TeXFont |
An interface representing a "TeXFont", which is responsible for all the necessary
fonts and font information.
|
TeXFormula |
Represents a logical mathematical formula that will be displayed (by creating a
TeXIcon from it and painting it) using algorithms that are based on the
TeX algorithms. |
TeXFormula.TeXIconBuilder |
Apply the Builder pattern instead of using the createTeXIcon(...) factories
|
TeXIcon |
An
Icon implementation that will paint the TeXFormula
that created it. |
TeXParser |
This class implements a parser for LaTeX' formulas.
|
TextStyleMappingNotFoundException |
Signals a missing text style mapping.
|
VRowAtom |
An atom representing a vertical row of other atoms.
|
XMLResourceParseException |
Class | Description |
---|---|
ParseException |
Signals that an error occured while parsing a string to a formula.
|
Class | Description |
---|---|
AlphabetRegistration |
Class | Description |
---|---|
Atom |
An abstract superclass for all logical mathematical constructions that can be
a part of a TeXFormula.
|
Box |
An abstract graphical representation of a formula, that can be painted.
|
TeXEnvironment |
Contains the used TeXFont-object, color settings and the current style in which a
formula must be drawn.
|
Class | Description |
---|---|
AlphabetRegistration |