Uses of Class
org.apache.fop.area.PageViewport
Packages that use PageViewport
Package
Description
FOP's area tree.
FOP's area tree: inline-level areas
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Generic renderer interface.
AWT Renderer used for displaying rendered pages in Java applications.
Java2D Renderer which paints rendered pages on Graphics2D instances.
Renderer which prints rendered pages directly to a printer.
Plain Text Renderer
Area Tree XML Renderer.
-
Uses of PageViewport in org.apache.fop.area
Fields in org.apache.fop.area with type parameters of type PageViewportModifier and TypeFieldDescriptionprotected List<PageViewport> RenderPagesModel.preparedPages that have been prepared but not rendered yet.Methods in org.apache.fop.area that return PageViewportModifier and TypeMethodDescriptionIDTracker.getFirstPageViewportContaining(String id) Get the firstPageViewportcontaining content generated by the FO with the givenid.IDTracker.getLastPageViewportContaining(String id) Get the lastPageViewportcontaining content generated by the FO with the givenid.AreaTreeModel.getPage(int seq, int count) Get the page for a position in the document.PageSequence.getPage(int idx) Returns the page at the given index.BookmarkData.getPageViewport()Get the PageViewport object that this bookmark refers toDestinationData.getPageViewport()Get the PageViewport object that this destination refers toMethods in org.apache.fop.area that return types with arguments of type PageViewportModifier and TypeMethodDescriptionAreaTreeHandler.getPageViewportsContainingID(String id) Deprecated.use getIDTracker().getPageViewportsContainingID(id) insteadIDTracker.getPageViewportsContainingID(String id) Get the list of page viewports that have an area with a given id.Methods in org.apache.fop.area with parameters of type PageViewportModifier and TypeMethodDescriptionvoidAreaTreeModel.addPage(PageViewport page) Add a page to this model.voidPageSequence.addPage(PageViewport page) Adds a new page to the page sequencevoidRenderPagesModel.addPage(PageViewport page) Add a page to the render page model.voidAreaTreeHandler.associateIDWithPageViewport(String id, PageViewport pv) Deprecated.use getIDTracker().associateIDWithPageViewport(id, pv) insteadvoidIDTracker.associateIDWithPageViewport(String id, PageViewport pv) Tie a PageViewport with an ID found on a child area of the PV.protected booleanCachedRenderPagesModel.checkPreparedPages(PageViewport newpage, boolean renderUnresolved) Check prepared pagesprotected booleanRenderPagesModel.checkPreparedPages(PageViewport newPageViewport, boolean renderUnresolved) Check prepared pagesbooleanPageSequence.isFirstPage(PageViewport page) Indicates whether a page is the first in this page sequence.protected voidRenderPagesModel.preparePage(PageViewport page) Prepare a page.protected voidRenderPagesModel.renderPage(PageViewport pageViewport) Renders the given page and notified about unresolved IDs if any.voidPageViewport.replace(PageViewport oldViewPort) Replace the old view port.voidIDTracker.replacePageViewPort(PageViewport oldPageViewPort, PageViewport newPageViewPort) Replace all id locations pointing to the old page view port with a new one.voidLinkResolver.resolveIDRef(String id, PageViewport pv) Resolve by adding an InternalLink trait to the areaprotected voidCachedRenderPagesModel.savePage(PageViewport page) Save a page.voidAreaTreeHandler.tryIDResolution(PageViewport pv) Deprecated.use getIDTracker().tryIDResolution(pv) insteadvoidIDTracker.tryIDResolution(PageViewport pv) Tries to resolve all unresolved ID references on the given page.Method parameters in org.apache.fop.area with type arguments of type PageViewportModifier and TypeMethodDescriptionvoidBookmarkData.resolveIDRef(String id, List<PageViewport> pages) Resolve this resolvable object.voidDestinationData.resolveIDRef(String id, List<PageViewport> pages) Resolves the idref of this object by getting the PageViewport object that corresponds to the IDRef This method allows the Resolvable object to resolve one of its unresolved idrefs with the actual set of PageViewports containing the target ID.voidLinkResolver.resolveIDRef(String id, List<PageViewport> pages) Resolve by adding an internal link to the first PageViewport in the list.voidPageViewport.resolveIDRef(String id, List<PageViewport> pages) This method allows the Resolvable object to resolve one of its unresolved idrefs with the actual set of PageViewports containing the target ID.voidResolvable.resolveIDRef(String id, List<PageViewport> pages) This method allows the Resolvable object to resolve one of its unresolved idrefs with the actual set of PageViewports containing the target ID.Constructors in org.apache.fop.area with parameters of type PageViewportModifierConstructorDescriptionBookmarkData(String title, boolean showChildren, PageViewport pv, String idRef) Create a new bookmark data object.PageViewport(PageViewport original) Copy constructor. -
Uses of PageViewport in org.apache.fop.area.inline
Method parameters in org.apache.fop.area.inline with type arguments of type PageViewportModifier and TypeMethodDescriptionvoidUnresolvedPageNumber.resolveIDRef(String id, List<PageViewport> pages) Resolve the page number idref This resolves the idref for this object by getting the page number string from the first page in the list of pages that apply for this ID. -
Uses of PageViewport in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return PageViewportModifier and TypeMethodDescriptionAbstractLayoutManager.getCurrentPV()AbstractPageSequenceLayoutManager.getFirstPVWithID(String idref) This returns the first PageViewport that contains an id trait matching the idref argument, or null if no such PV exists.AbstractPageSequenceLayoutManager.getLastPVWithID(String idref) This returns the last PageViewport that contains an id trait matching the idref argument, or null if no such PV exists.Page.getPageViewport() -
Uses of PageViewport in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return PageViewportModifier and TypeMethodDescriptionprotected abstract PageViewportAbstractPageNumberCitationLayoutManager.getCitedPage()protected PageViewportPageNumberCitationLastLayoutManager.getCitedPage()protected PageViewportPageNumberCitationLayoutManager.getCitedPage() -
Uses of PageViewport in org.apache.fop.render
Fields in org.apache.fop.render declared as PageViewportModifier and TypeFieldDescriptionprotected PageViewportAbstractRenderer.currentPageViewportthe currently active PageViewportMethods in org.apache.fop.render that return PageViewportModifier and TypeMethodDescriptionprotected PageViewportAbstractRenderer.getCurrentPageViewport()Methods in org.apache.fop.render with parameters of type PageViewportModifier and TypeMethodDescriptionvoidAbstractRenderer.preparePage(PageViewport page) This is called if the renderer supports out of order rendering.voidRenderer.preparePage(PageViewport page) This is called if the renderer supports out of order rendering.voidAbstractRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.voidRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page. -
Uses of PageViewport in org.apache.fop.render.awt
Methods in org.apache.fop.render.awt with parameters of type PageViewportModifier and TypeMethodDescriptionvoidAWTRenderer.renderPage(PageViewport pageViewport) This method override only stores the PageViewport in a List. -
Uses of PageViewport in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type PageViewportModifier and TypeMethodDescriptionvoidIFRenderer.preparePage(PageViewport page) This is called if the renderer supports out of order rendering.voidIFRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page. -
Uses of PageViewport in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return PageViewportModifier and TypeMethodDescriptionJava2DRenderer.getPageViewport(int pageIndex) Returns a page viewport.Methods in org.apache.fop.render.java2d with parameters of type PageViewportModifier and TypeMethodDescriptionJava2DRenderer.getPageImage(PageViewport pageViewport) Generates a desired page from the renderer's page viewport list.protected voidJava2DRenderer.rememberPage(PageViewport pageViewport) Stores the pageViewport in a list of page viewports so they can be rendered later.voidJava2DRenderer.renderPage(PageViewport pageViewport) This method override only stores the PageViewport in a List. -
Uses of PageViewport in org.apache.fop.render.print
Methods in org.apache.fop.render.print with parameters of type PageViewportModifier and TypeMethodDescriptionprotected voidPageableRenderer.rememberPage(PageViewport pageViewport) Stores the pageViewport in a list of page viewports so they can be rendered later. -
Uses of PageViewport in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt with parameters of type PageViewportModifier and TypeMethodDescriptionvoidTXTRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page. -
Uses of PageViewport in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type PageViewportModifier and TypeMethodDescriptionprotected voidAbstractXMLRenderer.handlePageExtensionAttachments(PageViewport page) Handles page extension attachmentsvoidXMLRenderer.renderPage(PageViewport page) Tells the renderer to render a particular page.