fop 0.95

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

Packages that use InlineParent
org.apache.fop.area.inline FOP's area tree: inline-level areas 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
 

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

Subclasses of InlineParent in org.apache.fop.area.inline
 class AbstractTextArea
          Abstract base class for both TextArea and Character.
 class Character
          Deprecated. A TextArea with a single WordArea as its child should be used instead.
 class FilledArea
          Filled area.
 class TextArea
          A text inline area.
 class UnresolvedPageNumber
          Unresolvable page number area.
 

Uses of InlineParent in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type InlineParent
protected  void AbstractRenderer.renderInlineParent(InlineParent ip)
          Render the given InlineParent.
 

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

Methods in org.apache.fop.render.pdf with parameters of type InlineParent
 void PDFRenderer.renderInlineParent(InlineParent ip)
          Render inline parent area.
 

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

Methods in org.apache.fop.render.ps with parameters of type InlineParent
protected  void PSRenderer.renderInlineParent(InlineParent ip)
          Render the given InlineParent.
 

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

Methods in org.apache.fop.render.xml with parameters of type InlineParent
protected  void XMLRenderer.renderInlineParent(InlineParent ip)
          Render the given InlineParent.
 


fop 0.95

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