Uses of Class
org.apache.fop.area.NormalFlow
-
Packages that use NormalFlow Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render Generic renderer interface.org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of NormalFlow in org.apache.fop.area
Fields in org.apache.fop.area with type parameters of type NormalFlow Modifier and Type Field Description private java.util.List<NormalFlow>
Span. flowAreas
Methods in org.apache.fop.area that return NormalFlow Modifier and Type Method Description NormalFlow
PageViewport. getCurrentFlow()
Convenience method to get the normal-flow-reference-area currently being processedNormalFlow
Span. getCurrentFlow()
Get the NormalFlow area currently being processedNormalFlow
Span. getNormalFlow(int colRequested)
Get the normal flow area for a particular column.NormalFlow
PageViewport. moveToNextFlow()
Convenience method to increment the Span to the next NormalFlow to be processed, and to return that flow.NormalFlow
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 NormalFlow Modifier and Type Method Description protected void
AbstractPathOrientedRenderer. renderFlow(NormalFlow flow)
Renders a flow reference area.protected void
AbstractRenderer. 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 NormalFlow Modifier and Type Method Description protected void
XMLRenderer. renderFlow(NormalFlow flow)
Renders a flow reference area.
-