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
Fields in org.apache.fop.area with type parameters of type InlineAreaMethods in org.apache.fop.area with parameters of type InlineAreaModifier and TypeMethodDescriptionvoid
LineArea.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 TypeClassDescriptionclass
Abstract base class for both TextArea and Character.class
Anchor area for footnote or float.class
An inline area produced by an fo:basic-link element.class
Filled area.class
This is the inline block area class.class
Inline block parent area.class
Inline parent area.class
Inline viewport area.class
This is a leader inline area.class
Always (pre-) resolved page number area.class
Inline space area.class
A spaceclass
A text inline area.class
Unresolvable page number area.class
A string of characters without spacesFields in org.apache.fop.area.inline with type parameters of type InlineAreaModifier and TypeFieldDescriptionprotected List<InlineArea>
InlineParent.inlines
The 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 TypeMethodDescriptionboolean
InlineArea.isAncestor
(InlineArea ia) Determine if inline area IA is an ancestor inline area of this area.boolean
InlineArea.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
Fields in org.apache.fop.complexscripts.bidi declared as InlineAreaFields in org.apache.fop.complexscripts.bidi with type parameters of type InlineAreaModifier and TypeFieldDescriptionprivate List<InlineArea>
UnflattenProcessor.il
private List<InlineArea>
UnflattenProcessor.ilNew
Methods in org.apache.fop.complexscripts.bidi that return InlineAreaModifier and TypeMethodDescriptionInlineRun.getInline()
Obtain inline area that generated this inline run.Methods in org.apache.fop.complexscripts.bidi with parameters of type InlineAreaModifier and TypeMethodDescriptionprivate boolean
UnflattenProcessor.alreadyUnflattened
(InlineArea ia) private List<InlineParent>
UnflattenProcessor.findInlineContainers
(InlineArea ia) private TextArea
UnflattenProcessor.findTextContainer
(InlineArea ia) private void
UnflattenProcessor.finishInlineContainer
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.finishTextContainer
(TextArea tc, InlineArea ia) private void
UnflattenProcessor.maybeFinishInlineContainers
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.maybeFinishTextContainer
(TextArea tc, InlineArea ia) private void
UnflattenProcessor.process
(List<InlineParent> ich, TextArea tc, InlineArea ia) private void
UnflattenProcessor.process
(InlineArea ia) private void
UnflattenProcessor.pushNonTextInline
(InlineArea ia) private void
UnflattenProcessor.pushTextContainer
(TextArea tc, InlineArea ia) private boolean
UnflattenProcessor.shouldFinishInlineContainer
(List<InlineParent> ich, TextArea tc, InlineArea ia) private boolean
UnflattenProcessor.shouldFinishTextContainer
(TextArea tc, InlineArea ia) private void
UnflattenProcessor.update
(List<InlineParent> ich, TextArea tc, InlineArea ia) Method parameters in org.apache.fop.complexscripts.bidi with type arguments of type InlineAreaModifier and TypeMethodDescriptionprivate static List
BidiResolver.unflattenInlines
(List<InlineArea> inlines) 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.Constructor parameters in org.apache.fop.complexscripts.bidi with type arguments of type InlineArea -
Uses of InlineArea in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as InlineAreaModifier and TypeFieldDescriptionprotected InlineArea
LeafNodeLayoutManager.curArea
The inline area that this leafnode will add.Methods in org.apache.fop.layoutmgr.inline that return InlineAreaModifier and TypeMethodDescriptionprotected InlineArea
BasicLinkLayoutManager.createArea
(boolean bInlineParent) Create and initialize anInlineArea
protected InlineArea
InlineLayoutManager.createArea
(boolean isInline) Create and initialize anInlineArea
LeaderLayoutManager.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 InlineArea
AbstractGraphicsLayoutManager.getEffectiveArea
(LayoutContext layoutContext) protected InlineArea
AbstractPageNumberCitationLayoutManager.getEffectiveArea
(LayoutContext layoutContext) protected InlineArea
CharacterLayoutManager.getEffectiveArea
(LayoutContext layoutContext) protected InlineArea
LeafNodeLayoutManager.getEffectiveArea
(LayoutContext layoutContext) protected InlineArea
PageNumberLayoutManager.getEffectiveArea
(LayoutContext layoutContext) private InlineArea
LeaderLayoutManager.getLeaderInlineArea
(LayoutContext context) private InlineArea
AbstractPageNumberCitationLayoutManager.getPageNumberCitationArea()
Methods in org.apache.fop.layoutmgr.inline with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected void
LeafNodeLayoutManager.offsetArea
(InlineArea area, LayoutContext context) Offset this area.void
LeafNodeLayoutManager.setCurrentArea
(InlineArea ia) Set the current inline area.private void
BasicLinkLayoutManager.setupBasicLinkArea
(InlineArea area) protected void
LeafNodeLayoutManager.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 void
AbstractRenderer.renderInlineArea
(InlineArea inlineArea) Render the given InlineArea.protected void
AbstractPathOrientedRenderer.renderInlineAreaBackAndBorders
(InlineArea area) Common method to render the background and borders for any inline area.protected abstract void
AbstractRenderer.renderInlineAreaBackAndBorders
(InlineArea area) Common method to render the background and borders for any inline area.protected void
AbstractPathOrientedRenderer.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 void
IFRenderer.renderInlineArea
(InlineArea inlineArea) Render the given InlineArea.private void
IFRenderer.saveInlinePosIfTargetable
(InlineArea inlineArea) -
Uses of InlineArea in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type InlineAreaModifier and TypeMethodDescriptionprotected void
XMLRenderer.renderInlineArea
(InlineArea inlineArea) Render the given InlineArea.protected void
XMLRenderer.renderInlineAreaBackAndBorders
(InlineArea area) Common method to render the background and borders for any inline area.