fop 1.1

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.intermediate   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
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.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.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.1

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