|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFactory | |
de.dante.extex.language.hyphenation | This package contains the definitions and implementations for the treatment of hyphenations in ExTeX. |
de.dante.extex.language.hyphenation.base | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.hyphenation.liang | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.impl | This package contains implementations which describe a language. |
de.dante.extex.typesetter | This package contains the typesetter definitions for ExTeX. |
de.dante.extex.typesetter.impl | This package contains an implmentation of a typesetter and its associated classes. |
de.dante.extex.typesetter.listMaker | This package contains implementations for list makers of several kind. |
de.dante.extex.typesetter.paragraphBuilder | This package contains the definitions of a paragraph builder for
|
de.dante.extex.typesetter.paragraphBuilder.impl | This package contains an implementation of a paragraph builder for ExTeX. |
de.dante.extex.typesetter.paragraphBuilder.texImpl | This package contains the definitions of a paragraph builder for ExTeX. |
de.dante.extex.typesetter.paragraphBuilder.trivial | This package contains an implementation of a paragraph builder for ExTeX. |
de.dante.extex.typesetter.type.node.factory | This package contains the definition of a node factory and some implemnetations for it. |
Uses of NodeFactory in de.dante.extex.language.hyphenation |
Methods in de.dante.extex.language.hyphenation with parameters of type NodeFactory | |
boolean |
Hyphenator.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
Insert the hyphenation marks for a horizontal list of nodes. |
Uses of NodeFactory in de.dante.extex.language.hyphenation.base |
Methods in de.dante.extex.language.hyphenation.base with parameters of type NodeFactory | |
boolean |
BaseHyphenationTable.hyphenate(NodeList nodes,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
|
Uses of NodeFactory in de.dante.extex.language.hyphenation.liang |
Methods in de.dante.extex.language.hyphenation.liang with parameters of type NodeFactory | |
boolean |
LiangsHyphenationTable.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
|
Uses of NodeFactory in de.dante.extex.language.impl |
Methods in de.dante.extex.language.impl with parameters of type NodeFactory | |
boolean |
FutureLanguage.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
|
Uses of NodeFactory in de.dante.extex.typesetter |
Methods in de.dante.extex.typesetter that return NodeFactory | |
NodeFactory |
Typesetter.getNodeFactory()
Getter for the NodeFactory. |
Methods in de.dante.extex.typesetter with parameters of type NodeFactory | |
void |
Typesetter.setNodeFactory(NodeFactory nodeFactory)
Setter for the node factory. |
Uses of NodeFactory in de.dante.extex.typesetter.impl |
Methods in de.dante.extex.typesetter.impl that return NodeFactory | |
NodeFactory |
TypesetterImpl.getNodeFactory()
|
NodeFactory |
NullTypesetterImpl.getNodeFactory()
|
Methods in de.dante.extex.typesetter.impl with parameters of type NodeFactory | |
void |
TypesetterImpl.setNodeFactory(NodeFactory nodeFactory)
|
void |
NullTypesetterImpl.setNodeFactory(NodeFactory nodeFactory)
|
Uses of NodeFactory in de.dante.extex.typesetter.listMaker |
Methods in de.dante.extex.typesetter.listMaker that return NodeFactory | |
NodeFactory |
ListManager.getNodeFactory()
Getter for the char node factory. |
Uses of NodeFactory in de.dante.extex.typesetter.paragraphBuilder |
Methods in de.dante.extex.typesetter.paragraphBuilder with parameters of type NodeFactory | |
void |
ParagraphBuilder.setNodefactory(NodeFactory nodeFactory)
Setter for the node factory. |
Uses of NodeFactory in de.dante.extex.typesetter.paragraphBuilder.impl |
Methods in de.dante.extex.typesetter.paragraphBuilder.impl with parameters of type NodeFactory | |
void |
ParagraphBuilderImpl.setNodefactory(NodeFactory factory)
|
Uses of NodeFactory in de.dante.extex.typesetter.paragraphBuilder.texImpl |
Methods in de.dante.extex.typesetter.paragraphBuilder.texImpl with parameters of type NodeFactory | |
void |
TeXParagraphBuilder.setNodefactory(NodeFactory factory)
|
Uses of NodeFactory in de.dante.extex.typesetter.paragraphBuilder.trivial |
Methods in de.dante.extex.typesetter.paragraphBuilder.trivial with parameters of type NodeFactory | |
void |
TrivialBuilder.setNodefactory(NodeFactory nodeFactory)
|
Uses of NodeFactory in de.dante.extex.typesetter.type.node.factory |
Classes in de.dante.extex.typesetter.type.node.factory that implement NodeFactory | |
class |
CachingNodeFactory
This is the factory for CharNode s
and virtual chars. |
class |
CachingUnicodeNodeFactory
This is the factory for CharNode s
and virtual chars. |
class |
SimpleNodeFactory
This is a factory for CharNode s
and virtual chars. |
class |
SimpleUnicodeNodeFactory
This is the factory for CharNode s
and virtual chars. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |