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 PageSequenceAreaTreeModel. currentPageSequencethe current page sequenceMethods in org.apache.fop.area that return PageSequence Modifier and Type Method Description PageSequenceAreaTreeModel. getCurrentPageSequence()Returns the currently active page-sequence.PageSequencePageViewport. getPageSequence()Methods in org.apache.fop.area with parameters of type PageSequence Modifier and Type Method Description voidPageViewport. 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 PageSequence Modifier and Type Method Description voidAbstractRenderer. 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 PageSequence Modifier and Type Method Description voidIFRenderer. 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 voidXMLRenderer. startPageSequence(PageSequence pageSequence)Tells the renderer that a new page sequence starts.
-