|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathGlyph | |
de.dante.extex.interpreter.type.math | This package contains math data types for ExTeX. |
de.dante.extex.typesetter.type.noad | This package contains the data structures for Noads. |
Uses of MathGlyph in de.dante.extex.interpreter.type.math |
Methods in de.dante.extex.interpreter.type.math that return MathGlyph | |
MathGlyph |
MathDelimiter.getLargeChar()
Getter for largeChar. |
MathGlyph |
MathDelimiter.getSmallChar()
Getter for smallChar. |
MathGlyph |
MathCode.getMathGlyph()
Getter for mathGlyph. |
Constructors in de.dante.extex.interpreter.type.math with parameters of type MathGlyph | |
MathDelimiter(MathClass mathClass,
MathGlyph smallChar,
MathGlyph largeChar)
Creates a new object. |
|
MathCode(MathClass mathClass,
MathGlyph mathGlyph)
Creates a new object. |
Uses of MathGlyph in de.dante.extex.typesetter.type.noad |
Methods in de.dante.extex.typesetter.type.noad that return MathGlyph | |
MathGlyph |
CharNoad.getChar()
Getter for the character. |
Methods in de.dante.extex.typesetter.type.noad with parameters of type MathGlyph | |
Noad |
NoadFactory.getNoad(MathClass mathClass,
MathGlyph glyph,
TypesettingContext tc)
Provides an instance of a Noad of the appropriate type. |
Constructors in de.dante.extex.typesetter.type.noad with parameters of type MathGlyph | |
CharNoad(MathGlyph character,
TypesettingContext tc)
Creates a new object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |