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 PageSequenceAreaTreeModel.currentPageSequencethe current page sequenceprivate PageSequencePageViewport.pageSequenceFields 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 TypeMethodDescriptionvoidPageViewport.setPageSequence(PageSequence seq) Sets the page sequence this page belongs tovoidAreaTreeModel.startPageSequence(PageSequence pageSequence) Start a page sequence on this model.voidRenderPagesModel.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 TypeMethodDescriptionvoidAbstractRenderer.startPageSequence(PageSequence pageSequence) Tells the renderer that a new page sequence starts.voidRenderer.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 TypeMethodDescriptionvoidIFRenderer.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 TypeMethodDescriptionvoidXMLRenderer.startPageSequence(PageSequence pageSequence) Tells the renderer that a new page sequence starts.