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

Packages that use LineArea
org.apache.fop.layout   
org.apache.fop.render   
org.apache.fop.render.mif   
org.apache.fop.render.ps   
org.apache.fop.render.xml   
 

Uses of LineArea in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as LineArea
protected  LineArea LinkedRectangle.lineArea
          the associated LineArea
protected  LineArea BlockArea.currentLineArea
           
 

Methods in org.apache.fop.layout that return LineArea
 LineArea LinkedRectangle.getLineArea()
           
 LineArea BlockArea.getCurrentLineArea()
          Get the current line area in this block area.
 LineArea BlockArea.createNextLineArea()
          Create a new line area to add inline objects.
 

Methods in org.apache.fop.layout with parameters of type LineArea
 void LinkedRectangle.setLineArea(LineArea lineArea)
           
protected  void BlockArea.addLineArea(LineArea la)
          Add a Line Area to this block area.
 void LinkSet.addRect(Rectangle r, LineArea lineArea, InlineArea inlineArea)
           
 

Constructors in org.apache.fop.layout with parameters of type LineArea
LineArea(FontState fontState, int lineHeight, int halfLeading, int allocationWidth, int startIndent, int endIndent, LineArea prevLineArea)
           
LinkedRectangle(Rectangle link, LineArea lineArea, InlineArea inlineArea)
           
 

Uses of LineArea in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type LineArea
 void AbstractRenderer.renderLineArea(LineArea area)
          render line area
 void Renderer.renderLineArea(LineArea area)
          render the given line area
 

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

Methods in org.apache.fop.render.mif with parameters of type LineArea
 void MIFRenderer.renderLineArea(LineArea area)
          render the given line area
 

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

Methods in org.apache.fop.render.ps with parameters of type LineArea
 void PSRenderer.renderLineArea(LineArea area)
          render a line area to PostScript
 

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

Methods in org.apache.fop.render.xml with parameters of type LineArea
 void XMLRenderer.renderLineArea(LineArea area)
          render a line area to XML
 



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