fop 1.1

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

Packages that use LineArea
org.apache.fop.area FOP's area tree. 
org.apache.fop.complexscripts.bidi   
org.apache.fop.render Generic renderer interface. 
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.complexscripts.bidi
 

Methods in org.apache.fop.complexscripts.bidi with parameters of type LineArea
static void BidiResolver.reorder(LineArea la)
          Reorder line area.
 

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)
          Deprecated.  
 void Renderer.startPageSequence(LineArea seqTitle)
          Deprecated. Use Renderer.startPageSequence(PageSequence) instead
 

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.
 


fop 1.1

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