fop 1.0

Uses of Class
org.apache.fop.area.NormalFlow

Packages that use NormalFlow
org.apache.fop.area FOP's area tree. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

Uses of NormalFlow in org.apache.fop.area
 

Methods in org.apache.fop.area that return NormalFlow
 NormalFlow Span.getCurrentFlow()
          Get the NormalFlow area currently being processed
 NormalFlow PageViewport.getCurrentFlow()
          Convenience method to get the normal-flow-reference-area currently being processed
 NormalFlow Span.getNormalFlow(int colRequested)
          Get the normal flow area for a particular column.
 NormalFlow Span.moveToNextFlow()
          Indicate to the Span that the next column is being processed.
 NormalFlow PageViewport.moveToNextFlow()
          Convenience method to increment the Span to the next NormalFlow to be processed, and to return that flow.
 

Uses of NormalFlow in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type NormalFlow
protected  void AbstractRenderer.renderFlow(NormalFlow flow)
          Renders a flow reference area.
protected  void AbstractPathOrientedRenderer.renderFlow(NormalFlow flow)
          Renders a flow reference area.
 

Uses of NormalFlow in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type NormalFlow
protected  void PCLRenderer.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
protected  void XMLRenderer.renderFlow(NormalFlow flow)
          Renders a flow reference area.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.