Uses of Class
org.apache.fop.area.NormalFlow
Packages that use NormalFlow
Package
Description
FOP's area tree.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of NormalFlow in org.apache.fop.area
Methods in org.apache.fop.area that return NormalFlowModifier and TypeMethodDescriptionPageViewport.getCurrentFlow()Convenience method to get the normal-flow-reference-area currently being processedSpan.getCurrentFlow()Get the NormalFlow area currently being processedSpan.getNormalFlow(int colRequested) Get the normal flow area for a particular column.PageViewport.moveToNextFlow()Convenience method to increment the Span to the next NormalFlow to be processed, and to return that flow.Span.moveToNextFlow()Indicate to the Span that the next column is being processed. -
Uses of NormalFlow in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type NormalFlowModifier and TypeMethodDescriptionprotected voidAbstractPathOrientedRenderer.renderFlow(NormalFlow flow) Renders a flow reference area.protected voidAbstractRenderer.renderFlow(NormalFlow flow) Renders a flow reference area. -
Uses of NormalFlow in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type NormalFlowModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderFlow(NormalFlow flow) Renders a flow reference area.