Uses of Class
org.apache.fop.area.inline.InlineParent
Packages that use InlineParent
Package
Description
FOP's area tree: inline-level areas
Layout managers for inline formatting objects and line building.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of InlineParent in org.apache.fop.area.inline
Subclasses of InlineParent in org.apache.fop.area.inlineModifier and TypeClassDescriptionclassAbstract base class for both TextArea and Character.classAn inline area produced by an fo:basic-link element.classFilled area.classThis is the inline block area class.classAlways (pre-) resolved page number area.classA text inline area.classUnresolvable page number area. -
Uses of InlineParent in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return InlineParentModifier and TypeMethodDescriptionprotected InlineParentBasicLinkLayoutManager.createInlineParent()protected InlineParentInlineLayoutManager.createInlineParent()Creates the inline area that will contain the areas returned by the children of this layout manager. -
Uses of InlineParent in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type InlineParentModifier and TypeMethodDescriptionprotected voidAbstractRenderer.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 InlineParentModifier and TypeMethodDescriptionvoidIFRenderer.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 InlineParentModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderInlineParent(InlineParent ip) Render the given InlineParent.