fop 1.1

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.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.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 BasicLinkArea
          An inline area produced by an fo:basic-link element.
 class FilledArea
          Filled area.
 class TextArea
          A text inline area.
 class UnresolvedPageNumber
          Unresolvable page number area.
 

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

Methods in org.apache.fop.layoutmgr.inline that return InlineParent
protected  InlineParent InlineLayoutManager.createInlineParent()
          Creates the inline area that will contain the areas returned by the children of this layout manager.
protected  InlineParent BasicLinkLayoutManager.createInlineParent()
           
 

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.intermediate
 

Methods in org.apache.fop.render.intermediate with parameters of type InlineParent
 void IFRenderer.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 1.1

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