fop 0.95

Uses of Class
org.apache.fop.fo.pagination.Flow

Packages that use Flow
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of Flow in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type Flow
 void FOEventHandler.endFlow(Flow fl)
           
 void FOEventHandler.startFlow(Flow fl)
          This method is called to indicate the start of a new fo:flow or fo:static-content.
 

Uses of Flow in org.apache.fop.fo.pagination
 

Subclasses of Flow in org.apache.fop.fo.pagination
 class StaticContent
          Class modelling the fo:static-content object.
 

Methods in org.apache.fop.fo.pagination that return Flow
 Flow PageSequence.getMainFlow()
          Public accessor for getting the MainFlow to which this PageSequence is attached.
 

Uses of Flow in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type Flow
 FlowLayoutManager LayoutManagerMaker.makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
          Make a FlowLayoutManager object.
 FlowLayoutManager LayoutManagerMapping.makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
           
 

Constructors in org.apache.fop.layoutmgr with parameters of type Flow
FlowLayoutManager(PageSequenceLayoutManager pslm, Flow node)
          This is the top level layout manager.
 

Uses of Flow in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type Flow
 void MIFHandler.endFlow(Flow fl)
           
 void MIFHandler.startFlow(Flow fl)
           
 

Uses of Flow in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type Flow
 void RTFHandler.endFlow(Flow fl)
          
 void RTFHandler.startFlow(Flow fl)
          This method is called to indicate the start of a new fo:flow or fo:static-content.
 


fop 0.95

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