Uses of Class
org.apache.fop.area.PageSequence
Packages that use PageSequence
Package
Description
FOP's area tree.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of PageSequence in org.apache.fop.area
Fields in org.apache.fop.area declared as PageSequenceModifier and TypeFieldDescriptionprotected PageSequence
AreaTreeModel.currentPageSequence
the current page sequenceprivate PageSequence
PageViewport.pageSequence
Fields in org.apache.fop.area with type parameters of type PageSequenceMethods in org.apache.fop.area that return PageSequenceModifier and TypeMethodDescriptionAreaTreeModel.getCurrentPageSequence()
Returns the currently active page-sequence.PageViewport.getPageSequence()
Methods in org.apache.fop.area with parameters of type PageSequenceModifier and TypeMethodDescriptionvoid
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 PageSequenceModifier and TypeMethodDescriptionvoid
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 PageSequenceModifier and TypeMethodDescriptionvoid
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 PageSequenceModifier and TypeMethodDescriptionvoid
XMLRenderer.startPageSequence
(PageSequence pageSequence) Tells the renderer that a new page sequence starts.