Uses of Class
org.extex.typesetter.tc.TypesettingContextFactory

Packages that use TypesettingContextFactory
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.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
 

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

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

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

Methods in org.extex.font.format.vf with parameters of type TypesettingContextFactory
 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 TypesettingContextFactory
VfDvi2Node(UnicodeChar uc, TypesettingContext tc, NodeFactory factory, TypesettingContextFactory tcFactory, CoreFontFactory fontfactory, int charpos, VfFont vfFont)
          Creates a new object.
 

Uses of TypesettingContextFactory in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return TypesettingContextFactory
 TypesettingContextFactory ContextInternals.getTypesettingContextFactory()
          Getter for the typesetting context factory.
 

Uses of TypesettingContextFactory in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return TypesettingContextFactory
 TypesettingContextFactory ContextImpl.getTypesettingContextFactory()
           
 

Uses of TypesettingContextFactory in org.extex.typesetter
 

Methods in org.extex.typesetter that return TypesettingContextFactory
 TypesettingContextFactory TypesetterOptions.getTypesettingContextFactory()
          Getter for the typesetting context factory.
 TypesettingContextFactory PageContext.getTypesettingContextFactory()
          Getter for the typesetting context factory.
 

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