Uses of Class
org.apache.fop.area.inline.InlineArea
Packages that use InlineArea
Package
Description
FOP's area tree.
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 InlineArea in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type InlineAreaModifier and TypeMethodDescriptionvoidLineArea.addInlineArea(InlineArea area) Add an inline child area to this line area. -
Uses of InlineArea in org.apache.fop.area.inline
Subclasses of InlineArea in org.apache.fop.area.inlineModifier and TypeClassDescriptionclassAbstract base class for both TextArea and Character.classAnchor area for footnote or float.classAn inline area produced by an fo:basic-link element.classFilled area.classThis is the inline block area class.classInline block parent area.classInline parent area.classInline viewport area.classThis is a leader inline area.classAlways (pre-) resolved page number area.classInline space area.classA spaceclassA text inline area.classUnresolvable page number area.classA string of characters without spacesFields in org.apache.fop.area.inline with type parameters of type InlineAreaModifier and TypeFieldDescriptionprotected List<InlineArea> InlineParent.inlinesThe list of inline areas added to this inline parent.Methods in org.apache.fop.area.inline that return types with arguments of type InlineAreaModifier and TypeMethodDescriptionFilledArea.getChildAreas()Get the child areas for this filled area.InlineParent.getChildAreas()Get the child areas for this inline parent.Methods in org.apache.fop.area.inline with parameters of type InlineAreaModifier and TypeMethodDescriptionbooleanInlineArea.isAncestor(InlineArea ia) Determine if inline area IA is an ancestor inline area of this area.booleanInlineArea.isAncestorOrSelf(InlineArea ia) Determine if inline area IA is an ancestor inline area or same as this area. -
Uses of InlineArea in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi that return InlineAreaModifier and TypeMethodDescriptionInlineRun.getInline()Obtain inline area that generated this inline run.Constructors in org.apache.fop.complexscripts.bidi with parameters of type InlineAreaModifierConstructorDescriptionInlineRun(InlineArea inline, int[] levels) Primary constructor.InlineRun(InlineArea inline, int level, int count) Alternate constructor. -
Uses of InlineArea in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as InlineAreaModifier and TypeFieldDescriptionprotected InlineAreaLeafNodeLayoutManager.curAreaThe inline area that this leafnode will add.Methods in org.apache.fop.layoutmgr.inline that return InlineAreaModifier and TypeMethodDescriptionprotected InlineAreaBasicLinkLayoutManager.createArea(boolean bInlineParent) Create and initialize anInlineAreaprotected InlineAreaInlineLayoutManager.createArea(boolean isInline) Create and initialize anInlineAreaLeaderLayoutManager.get(LayoutContext context) Return the inline area for this leader.LeafNodeLayoutManager.get(LayoutContext context) get the inline area.PageNumberLayoutManager.get(LayoutContext context) get the inline area.WrapperLayoutManager.get(LayoutContext context) get the inline area.protected InlineAreaAbstractGraphicsLayoutManager.getEffectiveArea(LayoutContext layoutContext) protected InlineAreaAbstractPageNumberCitationLayoutManager.getEffectiveArea(LayoutContext layoutContext) protected InlineAreaCharacterLayoutManager.getEffectiveArea(LayoutContext layoutContext) protected InlineAreaLeafNodeLayoutManager.getEffectiveArea(LayoutContext layoutContext) protected InlineAreaPageNumberLayoutManager.getEffectiveArea(LayoutContext layoutContext) Methods in org.apache.fop.layoutmgr.inline with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected voidLeafNodeLayoutManager.offsetArea(InlineArea area, LayoutContext context) Offset this area.voidLeafNodeLayoutManager.setCurrentArea(InlineArea ia) Set the current inline area.protected voidLeafNodeLayoutManager.widthAdjustArea(InlineArea area, LayoutContext context) Adjust the width of the area when adding. -
Uses of InlineArea in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected voidAbstractRenderer.renderInlineArea(InlineArea inlineArea) Render the given InlineArea.protected voidAbstractPathOrientedRenderer.renderInlineAreaBackAndBorders(InlineArea area) Common method to render the background and borders for any inline area.protected abstract voidAbstractRenderer.renderInlineAreaBackAndBorders(InlineArea area) Common method to render the background and borders for any inline area.protected voidAbstractPathOrientedRenderer.renderTextDecoration(FontMetrics fm, int fontsize, InlineArea inline, int baseline, int startx) Paints the text decoration marks. -
Uses of InlineArea in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected voidIFRenderer.renderInlineArea(InlineArea inlineArea) Render the given InlineArea. -
Uses of InlineArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderInlineArea(InlineArea inlineArea) Render the given InlineArea.protected voidXMLRenderer.renderInlineAreaBackAndBorders(InlineArea area) Common method to render the background and borders for any inline area.