Uses of Class
org.apache.fop.layout.BodyAreaContainer

Packages that use BodyAreaContainer
org.apache.fop.layout   
org.apache.fop.render   
org.apache.fop.render.xml   
 

Uses of BodyAreaContainer in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return BodyAreaContainer
 BodyAreaContainer Page.getBody()
           
 BodyAreaContainer BodyRegionArea.makeBodyAreaContainer()
           
 

Methods in org.apache.fop.layout with parameters of type BodyAreaContainer
 void Page.addBody(BodyAreaContainer area)
          Ensure that page is set not only on B.A.C.
 

Uses of BodyAreaContainer in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type BodyAreaContainer
 void Renderer.renderBodyAreaContainer(BodyAreaContainer area)
          render the given area container
 void AbstractRenderer.renderBodyAreaContainer(BodyAreaContainer area)
           
 

Uses of BodyAreaContainer in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type BodyAreaContainer
 void XMLRenderer.renderBodyAreaContainer(BodyAreaContainer area)
          render a body area container to XML
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.