Uses of Interface
org.extex.typesetter.PageContext

Packages that use PageContext
org.extex.engine.typesetter.page This package contains the backend support for pages of the core engine of ExTeX
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.typesetter.pageBuilder This package contains definition and implementation of a page builder. 
org.extex.typesetter.pageBuilder.impl This package contains an implementation of a page builder. 
org.extex.typesetter.pageBuilder.trivial This package contains an implementation of a page builder. 
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
org.extex.typesetter.type.page This package contains type definitions for the pages and supporting classes. 
org.extex.unit.tex.file.nodes This package contains node types used for handling delayed file operations. 
 

Uses of PageContext in org.extex.engine.typesetter.page
 

Methods in org.extex.engine.typesetter.page with parameters of type PageContext
 Page PageFactoryImpl.newInstance(NodeList nodes, PageContext pageContext, Typesetter typesetter)
          Get a new instance of a page.
 

Uses of PageContext in org.extex.interpreter.context
 

Subinterfaces of PageContext in org.extex.interpreter.context
 interface Context
          This interface describes the container for all data of an interpreter context.
 interface ContextInternals
          This interface describes the abilities of a Context together with some internal methods.
 

Uses of PageContext in org.extex.interpreter.context.impl.extension
 

Classes in org.extex.interpreter.context.impl.extension that implement PageContext
 class ContextExtensionImpl
          This is a reference implementation for an interpreter context with ExTeX functions.
 

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

Classes in org.extex.interpreter.max.context that implement PageContext
 class ContextImpl
          This is a reference implementation for an interpreter context.
 

Uses of PageContext in org.extex.typesetter.pageBuilder
 

Methods in org.extex.typesetter.pageBuilder with parameters of type PageContext
 void PageBuilder.setContext(PageContext context)
          Setter for the interpreter context
 

Uses of PageContext in org.extex.typesetter.pageBuilder.impl
 

Methods in org.extex.typesetter.pageBuilder.impl with parameters of type PageContext
 void PageBuilderImpl.setContext(PageContext context)
          Setter for the interpreter context
 

Uses of PageContext in org.extex.typesetter.pageBuilder.trivial
 

Methods in org.extex.typesetter.pageBuilder.trivial with parameters of type PageContext
 void TrivialPageBuilder.setContext(PageContext context)
          Setter for the interpreter context
 

Uses of PageContext in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type with parameters of type PageContext
 Node Node.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 

Uses of PageContext in org.extex.typesetter.type.node
 

Methods in org.extex.typesetter.type.node with parameters of type PageContext
 Node AbstractLeadersNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node AbstractNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node MarkNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 

Uses of PageContext in org.extex.typesetter.type.page
 

Methods in org.extex.typesetter.type.page with parameters of type PageContext
 Page PageFactory.newInstance(NodeList nodes, PageContext context, Typesetter typesetter)
          Get a new instance of a page.
 

Uses of PageContext in org.extex.unit.tex.file.nodes
 

Methods in org.extex.unit.tex.file.nodes with parameters of type PageContext
 Node WhatsItOpenNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node WhatsItWriteNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node WhatsItCloseNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.