|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.type.noad.NoadFactory
public class NoadFactory
This class is a factory for CharNoades.
| Constructor Summary | |
|---|---|
NoadFactory()
Creates a new object. |
|
| Method Summary | |
|---|---|
Noad |
getNoad(MathClass mathClass,
MathGlyph glyph,
TypesettingContext tc)
Provides an instance of a Noad of the appropriate type. |
Noad |
getNoad(MathCode mc,
TypesettingContext tc)
Provides an instance of a Noad of the appropriate type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoadFactory()
| Method Detail |
|---|
public Noad getNoad(MathCode mc,
TypesettingContext tc)
Noad of the appropriate type.
mc - the code of the character to usetc - the typesetting context
public Noad getNoad(MathClass mathClass,
MathGlyph glyph,
TypesettingContext tc)
Noad of the appropriate type.
mathClass - the math classglyph - the charactertc - the typesetting context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||