|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.node.factory.SimpleNodeFactory
de.dante.extex.typesetter.type.node.factory.SimpleUnicodeNodeFactory
This is the factory for
CharNode
s
and virtual chars.
Constructor Summary | |
SimpleUnicodeNodeFactory()
Creates a new object. |
Method Summary | |
Node |
getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleUnicodeNodeFactory()
Method Detail |
public Node getNode(TypesettingContext typesettingContext, UnicodeChar uc)
null
is returned instead.
getNode
in interface NodeFactory
getNode
in class SimpleNodeFactory
typesettingContext
- the typographic context for the nodeuc
- the Unicode character
de.dante.extex.typesetter.type.node.factory.NodeFactory#getNode(
de.dante.extex.interpreter.context.TypesettingContext,
de.dante.util.UnicodeChar)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |