fop 0.92beta

Uses of Class
org.apache.fop.layoutmgr.PageSequenceLayoutManager

Packages that use PageSequenceLayoutManager
org.apache.fop.layoutmgr FOP's layout engine.  
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
 

Uses of PageSequenceLayoutManager in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return PageSequenceLayoutManager
 PageSequenceLayoutManager AbstractLayoutManager.getPSLM()
           
 PageSequenceLayoutManager PageSequenceLayoutManager.getPSLM()
          Provides access to this object
 PageSequenceLayoutManager LayoutManager.getPSLM()
          Get the active PageSequenceLayoutManager instance for this layout process.
 PageSequenceLayoutManager LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
           
 PageSequenceLayoutManager LayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
          Make a PageSequenceLayoutManager object.
 

Methods in org.apache.fop.layoutmgr with parameters of type PageSequenceLayoutManager
 FlowLayoutManager LayoutManagerMapping.makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
           
 ContentLayoutManager LayoutManagerMapping.makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
           
 StaticContentLayoutManager LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
           
 StaticContentLayoutManager LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)
           
 FlowLayoutManager LayoutManagerMaker.makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
          Make a FlowLayoutManager object.
 ContentLayoutManager LayoutManagerMaker.makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
          Make a ContentLayoutManager object.
 StaticContentLayoutManager LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
          Make a StaticContentLayoutManager object.
 StaticContentLayoutManager LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)
          Make a StaticContentLayoutManager object for a footnote-separator.
 

Constructors in org.apache.fop.layoutmgr with parameters of type PageSequenceLayoutManager
PageSequenceLayoutManager.PageProvider(PageSequence ps)
          Main constructor.
FlowLayoutManager(PageSequenceLayoutManager pslm, Flow node)
          This is the top level layout manager.
StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, SideRegion reg)
          Creates a new StaticContentLayoutManager.
StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block)
          Creates a new StaticContentLayoutManager.
 

Uses of PageSequenceLayoutManager in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline that return PageSequenceLayoutManager
 PageSequenceLayoutManager ContentLayoutManager.getPSLM()
           
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type PageSequenceLayoutManager
ContentLayoutManager(PageSequenceLayoutManager pslm, Title foTitle)
          Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent. throws IllegalStateException if the foTitle has no children.
 


fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.