Uses of Class
org.apache.fop.area.PageSequence
-
Packages that use PageSequence Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface.org.apache.fop.render.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of PageSequence in org.apache.fop.area
Fields in org.apache.fop.area declared as PageSequence Modifier and Type Field Description protected PageSequence
AreaTreeModel. currentPageSequence
the current page sequenceMethods in org.apache.fop.area that return PageSequence Modifier and Type Method Description PageSequence
AreaTreeModel. getCurrentPageSequence()
Returns the currently active page-sequence.PageSequence
PageViewport. getPageSequence()
Methods in org.apache.fop.area with parameters of type PageSequence Modifier and Type Method Description void
PageViewport. setPageSequence(PageSequence seq)
Sets the page sequence this page belongs tovoid
AreaTreeModel. startPageSequence(PageSequence pageSequence)
Start a page sequence on this model.void
RenderPagesModel. startPageSequence(PageSequence pageSequence)
Start a page sequence on this model. -
Uses of PageSequence in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type PageSequence Modifier and Type Method Description void
AbstractRenderer. startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.void
Renderer. startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts. -
Uses of PageSequence in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type PageSequence Modifier and Type Method Description void
IFRenderer. startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts. -
Uses of PageSequence in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type PageSequence Modifier and Type Method Description void
XMLRenderer. startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.
-