Uses of Class
org.apache.fop.area.inline.InlineParent
-
Packages that use InlineParent Package Description org.apache.fop.area.inline FOP's area tree: inline-level areasorg.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 Modifier and Type Class Description classAbstractTextAreaAbstract base class for both TextArea and Character.classBasicLinkAreaAn inline area produced by an fo:basic-link element.classFilledAreaFilled area.classInlineBlockThis is the inline block area class.classResolvedPageNumberAlways (pre-) resolved page number area.classTextAreaA text inline area.classUnresolvedPageNumberUnresolvable page number area. -
Uses of InlineParent in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return InlineParent Modifier and Type Method Description protected 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 InlineParent Modifier and Type Method Description protected 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 InlineParent Modifier and Type Method Description voidIFRenderer. 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 Modifier and Type Method Description protected voidXMLRenderer. renderInlineParent(InlineParent ip)Render the given InlineParent.
-