fop 0.94

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

Packages that use LineArea
org.apache.fop.area FOP's area tree. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

Uses of LineArea in org.apache.fop.area
 

Methods in org.apache.fop.area that return LineArea
 LineArea PageSequence.getTitle()
           
 

Methods in org.apache.fop.area with parameters of type LineArea
 void Block.addLineArea(LineArea line)
          Add the line area to this block area.
 void RenderPagesModel.startPageSequence(LineArea title)
          Start a new page sequence.
 void AreaTreeModel.startPageSequence(LineArea title)
          Start a page sequence on this model.
 

Constructors in org.apache.fop.area with parameters of type LineArea
PageSequence(LineArea title)
          Main constructor
 

Uses of LineArea in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type LineArea
protected  java.lang.String AbstractRenderer.convertTitleToString(LineArea title)
          Utility method to convert a page sequence title to a string.
protected  void AbstractRenderer.renderLineArea(LineArea line)
          Renders a line area.
 void AbstractRenderer.startPageSequence(LineArea seqTitle)
           
 void Renderer.startPageSequence(LineArea seqTitle)
          Tells the renderer that a new page sequence starts.
 

Uses of LineArea in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type LineArea
protected  void PDFRenderer.renderLineArea(LineArea line)
           
 void PDFRenderer.startPageSequence(LineArea seqTitle)
          Start the next page sequence.
 

Uses of LineArea in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type LineArea
 void PSRenderer.startPageSequence(LineArea seqTitle)
           
 

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

Methods in org.apache.fop.render.xml with parameters of type LineArea
protected  void XMLRenderer.renderLineArea(LineArea line)
           
 void XMLRenderer.startPageSequence(LineArea seqTitle)
           
 


fop 0.94

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