fop 1.0

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.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 PageSequence.setTitle(LineArea title)
          Sets the page sequence's title.
 

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
 void Renderer.startPageSequence(LineArea seqTitle)
          Deprecated. Use startPageSequence(PageSequence) instead
protected  java.lang.String AbstractRenderer.convertTitleToString(LineArea title)
          Utility method to convert a page sequence title to a string.
 void AbstractRenderer.startPageSequence(LineArea seqTitle)
          Tells the renderer that a new page sequence starts.
protected  void AbstractRenderer.renderLineArea(LineArea line)
          Renders a line area.
 

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)
          Renders a line area.

A line area may have grouped styling for its children such as underline, background.

 

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)
          Renders a line area.

A line area may have grouped styling for its children such as underline, background.

 


fop 1.0

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