Uses of Interface
org.extex.typesetter.type.node.factory.NodeFactory

Packages that use NodeFactory
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.language.hyphenation This package contains the definitions and implementations for the treatment of hyphenations in ExTeX. 
org.extex.language.hyphenation.base This package contains the base hyphenation table implementation. 
org.extex.language.hyphenation.liang This package contains a implementation for an hyphenation engine. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.core.paragraphBuilder.trivial This package contains an implementation of a paragraph builder for ExTeX. 
org.extex.typesetter.impl This package contains an implmentation of a typesetter and its associated classes. 
org.extex.typesetter.paragraphBuilder This package contains the definitions of a paragraph builder for ExTeX and some implementations. 
org.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
org.extex.typesetter.tex.paragraph This package contains the definitions of a paragraph builder for ExTeX. 
org.extex.typesetter.type.node.factory This package contains the definition of a node factory and some implemnetations for it. 
 

Uses of NodeFactory in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm with parameters of type NodeFactory
 CharNode LoadableTfmFont.buildCharNode(UnicodeChar uc, TypesettingContext tc, NodeFactory factory, TypesettingContextFactory tcFactory)
          Create a node for a Unicode character.
 

Uses of NodeFactory in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf with parameters of type NodeFactory
 CharNode LoadableVfFont.buildCharNode(UnicodeChar uc, TypesettingContext tcArg, NodeFactory factory, TypesettingContextFactory tcFactory)
          Create a node for a Unicode character.
 

Constructors in org.extex.font.format.vf with parameters of type NodeFactory
VfDvi2Node(UnicodeChar uc, TypesettingContext tc, NodeFactory factory, TypesettingContextFactory tcFactory, CoreFontFactory fontfactory, int charpos, VfFont vfFont)
          Creates a new object.
 

Uses of NodeFactory in org.extex.language.hyphenation
 

Methods in org.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 org.extex.language.hyphenation.base
 

Methods in org.extex.language.hyphenation.base with parameters of type NodeFactory
 boolean BaseHyphenationTable.hyphenate(NodeList nodes, TypesetterOptions context, UnicodeChar hyphen, int start, boolean forall, NodeFactory nodeFactory)
          Insert the hyphenation marks for a horizontal list of nodes.
 

Uses of NodeFactory in org.extex.language.hyphenation.liang
 

Methods in org.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 org.extex.language.impl
 

Methods in org.extex.language.impl with parameters of type NodeFactory
 boolean FutureLanguage.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 org.extex.typesetter
 

Methods in org.extex.typesetter that return NodeFactory
 NodeFactory Typesetter.getNodeFactory()
          Getter for the NodeFactory.
 NodeFactory ListManager.getNodeFactory()
          Getter for the char node factory.
 

Methods in org.extex.typesetter with parameters of type NodeFactory
 CharNode CharNodeBuilder.buildCharNode(UnicodeChar uc, TypesettingContext tc, NodeFactory factory, TypesettingContextFactory tcFactory)
          Create a node for a Unicode character.
 void Typesetter.setNodeFactory(NodeFactory nodeFactory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.core.paragraphBuilder.trivial
 

Methods in org.extex.typesetter.core.paragraphBuilder.trivial with parameters of type NodeFactory
 void TrivialBuilder.setNodefactory(NodeFactory nodeFactory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl that return NodeFactory
 NodeFactory TypesetterImpl.getNodeFactory()
          Getter for the NodeFactory.
 NodeFactory NullTypesetterImpl.getNodeFactory()
          Getter for the NodeFactory.
 

Methods in org.extex.typesetter.impl with parameters of type NodeFactory
 void TypesetterImpl.setNodeFactory(NodeFactory nodeFactory)
          Setter for the node factory.
 void NullTypesetterImpl.setNodeFactory(NodeFactory nodeFactory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.paragraphBuilder
 

Methods in org.extex.typesetter.paragraphBuilder with parameters of type NodeFactory
 void ParagraphBuilder.setNodefactory(NodeFactory nodeFactory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.paragraphBuilder.impl
 

Methods in org.extex.typesetter.paragraphBuilder.impl with parameters of type NodeFactory
 void ParagraphBuilderImpl.setNodefactory(NodeFactory factory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.tex.paragraph
 

Methods in org.extex.typesetter.tex.paragraph with parameters of type NodeFactory
 void TeXParagraphBuilder.setNodefactory(NodeFactory factory)
          Setter for the node factory.
 

Uses of NodeFactory in org.extex.typesetter.type.node.factory
 

Classes in org.extex.typesetter.type.node.factory that implement NodeFactory
 class CachingNodeFactory
          This is the factory for CharNodes and virtual chars.
 class CachingUnicodeNodeFactory
          This is the factory for CharNodes and virtual chars.
 class SimpleNodeFactory
          This is a factory for CharNodes and virtual chars.
 class SimpleUnicodeNodeFactory
          This is the factory for CharNodes and virtual chars.