Uses of Class
org.apache.fop.area.inline.InlineViewport
Packages that use InlineViewport
Package
Description
FOP's area tree.
Layout managers for inline formatting objects and line building.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of InlineViewport in org.apache.fop.area
Methods in org.apache.fop.area that return InlineViewportModifier and TypeMethodDescriptionprivate InlineViewportAreaTreeParser.Handler.getCurrentViewport() -
Uses of InlineViewport in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as InlineViewportModifier and TypeFieldDescriptionprivate InlineViewportInlineContainerLayoutManager.currentViewportMethods in org.apache.fop.layoutmgr.inline that return InlineViewportModifier and TypeMethodDescriptionprivate InlineViewportAbstractGraphicsLayoutManager.getInlineArea()Get the inline area created by this element. -
Uses of InlineViewport in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type InlineViewportModifier and TypeMethodDescriptionvoidAbstractPathOrientedRenderer.renderInlineViewport(InlineViewport viewport) Render an inline viewport.protected voidAbstractRenderer.renderInlineViewport(InlineViewport viewport) Render the given Viewport. -
Uses of InlineViewport in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type InlineViewportModifier and TypeMethodDescriptionvoidIFRenderer.renderInlineViewport(InlineViewport viewport) Render an inline viewport. -
Uses of InlineViewport in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type InlineViewportModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderInlineViewport(InlineViewport viewport) Render the given Viewport.