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.complexscripts.bidi
Fields in org.apache.fop.complexscripts.bidi with type parameters of type InlineParentModifier and TypeFieldDescriptionprivate Stack<InlineParent> UnflattenProcessor.icNewprivate Stack<InlineParent> UnflattenProcessor.icOrigMethods in org.apache.fop.complexscripts.bidi that return InlineParentModifier and TypeMethodDescriptionprivate 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 InlineParentModifier and TypeMethodDescriptionprivate List<InlineParent> UnflattenProcessor.findInlineContainers(InlineArea ia) Methods in org.apache.fop.complexscripts.bidi with parameters of type InlineParentModifier and TypeMethodDescriptionprivate 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 InlineParentModifier and TypeMethodDescriptionprivate voidUnflattenProcessor.finishInlineContainer(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.maybeFinishInlineContainers(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.process(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.pushInlineContainers(List<InlineParent> ich) private booleanUnflattenProcessor.shouldFinishInlineContainer(List<InlineParent> ich, TextArea tc, InlineArea ia) private voidUnflattenProcessor.update(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 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.