|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.scilab.forge.jlatexmath used by org.scilab.forge.jlatexmath | |
---|---|
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. |
|
EmptyFormulaException
|
|
Extension
Represents an extension character that is defined by Char-objects of it's 4 possible parts (null means part not present). |
|
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. |
|
Glue
Represents glue by its 3 components. |
|
InvalidAtomTypeException
Signals that an unknown atom type constant was used. |
|
InvalidMatrixException
Signals a problem of dimensions in the matrix. |
|
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. |
|
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. |
|
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. |
|
XMLResourceParseException
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |