|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeFactory
This interface describes a node factory.
| Method Summary | |
|---|---|
Node |
getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a character node. |
VirtualCharNode |
getVirtualCharNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a virtual character node. |
| Method Detail |
|---|
Node getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
null is returned instead.
If the character has some special meaning in Unicode then another node might be returned.
typesettingContext - the typographic context for the nodeuc - the Unicode character
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.
typesettingContext - the typographic context for the nodeuc - the Unicode character
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||