Uses of Class
org.extex.typesetter.type.noad.MathGlyph

Packages that use MathGlyph
org.extex.typesetter.type.math This package contains math data types for ExTeX. 
org.extex.typesetter.type.noad This package contains the data structures for Noads. 
 

Uses of MathGlyph in org.extex.typesetter.type.math
 

Methods in org.extex.typesetter.type.math that return MathGlyph
 MathGlyph MathDelimiter.getLargeChar()
          Getter for largeChar.
 MathGlyph MathCode.getMathGlyph()
          Getter for mathGlyph.
 MathGlyph MathDelimiter.getSmallChar()
          Getter for smallChar.
 

Constructors in org.extex.typesetter.type.math with parameters of type MathGlyph
MathCode(MathClass mathClass, MathGlyph mathGlyph)
          Creates a new object.
MathDelimiter(MathClass mathClass, MathGlyph smallChar, MathGlyph largeChar)
          Creates a new object.
 

Uses of MathGlyph in org.extex.typesetter.type.noad
 

Methods in org.extex.typesetter.type.noad that return MathGlyph
 MathGlyph CharNoad.getChar()
          Getter for the character.
 

Methods in org.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 org.extex.typesetter.type.noad with parameters of type MathGlyph
CharNoad(MathGlyph character, TypesettingContext tc)
          Creates a new object.