fop 1.0

Uses of Class
org.apache.fop.area.inline.TextArea

Packages that use TextArea
org.apache.fop.area.inline FOP's area tree: inline-level areas 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
org.apache.fop.render.intermediate   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.txt Plain Text Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

Uses of TextArea in org.apache.fop.area.inline
 

Subclasses of TextArea in org.apache.fop.area.inline
 class UnresolvedPageNumber
          Unresolvable page number area.
 

Uses of TextArea in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type TextArea
protected  void AbstractPageNumberCitationLayoutManager.updateTextAreaTraits(TextArea text)
          Updates the traits for the generated text area.
 

Uses of TextArea in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type TextArea
protected  void AbstractRenderer.renderText(TextArea text)
          Render the given TextArea.
 

Uses of TextArea in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type TextArea
 void AFPRenderer.renderText(TextArea text)
          Render the given TextArea.
 

Uses of TextArea in org.apache.fop.render.intermediate
 

Methods in org.apache.fop.render.intermediate with parameters of type TextArea
protected  void IFRenderer.renderText(TextArea text)
          Render the given TextArea.
 

Uses of TextArea in org.apache.fop.render.java2d
 

Methods in org.apache.fop.render.java2d with parameters of type TextArea
 void Java2DRenderer.renderText(TextArea text)
          Render the given TextArea.
static void Java2DRenderer.renderText(TextArea text, java.awt.Graphics2D g2d, Font font)
          Renders a TextArea to a Graphics2D instance.
 

Uses of TextArea in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type TextArea
protected  void PCLRenderer.renderText(TextArea text)
          Render the given TextArea.
 

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

Methods in org.apache.fop.render.pdf with parameters of type TextArea
 void PDFRenderer.renderText(TextArea text)
          Render the given TextArea.
 

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

Methods in org.apache.fop.render.ps with parameters of type TextArea
 void PSRenderer.renderText(TextArea area)
          Render the given TextArea.
 

Uses of TextArea in org.apache.fop.render.txt
 

Methods in org.apache.fop.render.txt with parameters of type TextArea
protected  void TXTRenderer.renderText(TextArea area)
          Render TextArea to Text.
 

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

Methods in org.apache.fop.render.xml with parameters of type TextArea
protected  void XMLRenderer.renderText(TextArea text)
          Render the given TextArea.
 


fop 1.0

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