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.complexscripts.bidi 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 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.complexscripts.bidi
Fields in org.apache.fop.complexscripts.bidi with type parameters of type InlineParent Modifier and Type Field Description private java.util.Stack<InlineParent>UnflattenProcessor. icNewprivate java.util.Stack<InlineParent>UnflattenProcessor. icOrigMethods in org.apache.fop.complexscripts.bidi that return InlineParent Modifier and Type Method Description private InlineParentUnflattenProcessor. generateBasicLinkArea(BasicLinkArea l)private InlineParentUnflattenProcessor. generateFilledArea(FilledArea f)private InlineParentUnflattenProcessor. generateInlineContainer(InlineParent i)private InlineParentUnflattenProcessor. generateInlineContainer0(InlineParent i)Methods in org.apache.fop.complexscripts.bidi that return types with arguments of type InlineParent Modifier and Type Method Description private java.util.List<InlineParent>UnflattenProcessor. findInlineContainers(InlineArea ia)Methods in org.apache.fop.complexscripts.bidi with parameters of type InlineParent Modifier and Type Method Description private InlineParentUnflattenProcessor. generateInlineContainer(InlineParent i)private InlineParentUnflattenProcessor. generateInlineContainer0(InlineParent i)private voidUnflattenProcessor. initializeInlineContainer(InlineParent ic, InlineParent i)private booleanUnflattenProcessor. isInlineParentOf(InlineParent ic0, InlineParent ic1)Method parameters in org.apache.fop.complexscripts.bidi with type arguments of type InlineParent Modifier and Type Method Description private voidUnflattenProcessor. finishInlineContainer(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. maybeFinishInlineContainers(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. process(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. pushInlineContainers(java.util.List<InlineParent> ich)private booleanUnflattenProcessor. shouldFinishInlineContainer(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia)private voidUnflattenProcessor. update(java.util.List<InlineParent> ich, TextArea tc, InlineArea ia) -
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.
-