|
||||||||||
| 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
public class SimpleNodeFactory
This is a factory for
CharNodes and virtual chars.
| Constructor Summary | |
|---|---|
SimpleNodeFactory()
Creates a new object. |
|
| Method Summary | |
|---|---|
Node |
getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
VirtualCharNode |
getVirtualCharNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a virtual character node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleNodeFactory()
| Method Detail |
|---|
public Node getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
null is returned instead.
getNode in interface NodeFactorytypesettingContext - the typographic context for the nodeuc - the Unicode character
NodeFactory.getNode(
org.extex.typesetter.tc.TypesettingContext,
org.extex.core.UnicodeChar)
public VirtualCharNode getVirtualCharNode(TypesettingContext typesettingContext,
UnicodeChar uc)
null is returned
instead.
If the character has some special meaning in Unicode then another node might be returned.
getVirtualCharNode in interface NodeFactorytypesettingContext - the typographic context for the nodeuc - the Unicode character
NodeFactory.getVirtualCharNode(
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 | |||||||||