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