Uses of Class
org.apache.fop.layoutmgr.inline.AlignmentContext
-
Packages that use AlignmentContext Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of AlignmentContext in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as AlignmentContext Modifier and Type Field Description private AlignmentContext
LayoutContext. alignmentContext
Methods in org.apache.fop.layoutmgr that return AlignmentContext Modifier and Type Method Description AlignmentContext
LayoutContext. getAlignmentContext()
Methods in org.apache.fop.layoutmgr with parameters of type AlignmentContext Modifier and Type Method Description void
LayoutContext. setAlignmentContext(AlignmentContext alignmentContext)
-
Uses of AlignmentContext in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as AlignmentContext Modifier and Type Field Description private AlignmentContext
InlineContainerLayoutManager. alignmentContext
private AlignmentContext
InlineLayoutManager. alignmentContext
The keep-together propertyprivate AlignmentContext
KnuthInlineBox. alignmentContext
protected AlignmentContext
LeafNodeLayoutManager. alignmentContext
The alignment context applying to this areaprotected AlignmentContext
LeafNodeLayoutManager.AreaInfo. alignmentContext
alignment contextprivate AlignmentContext
LineLayoutManager. alignmentContext
private AlignmentContext
TextLayoutManager. alignmentContext
private AlignmentContext
AlignmentContext. parentAlignmentContext
Methods in org.apache.fop.layoutmgr.inline that return AlignmentContext Modifier and Type Method Description AlignmentContext
KnuthInlineBox. getAlignmentContext()
AlignmentContext
AlignmentContext. getParentAlignmentContext()
Return the parent alignment context.protected AlignmentContext
AbstractGraphicsLayoutManager. makeAlignmentContext(LayoutContext context)
Creates a new alignment context or returns the current alignment context.protected AlignmentContext
AbstractPageNumberCitationLayoutManager. makeAlignmentContext(LayoutContext context)
Creates a new alignment context or returns the current alignment context.protected AlignmentContext
InlineContainerLayoutManager. makeAlignmentContext(LayoutContext context)
protected AlignmentContext
LeafNodeLayoutManager. makeAlignmentContext(LayoutContext context)
Creates a new alignment context or returns the current alignment context.protected AlignmentContext
PageNumberLayoutManager. makeAlignmentContext(LayoutContext context)
Creates a new alignment context or returns the current alignment context.Constructors in org.apache.fop.layoutmgr.inline with parameters of type AlignmentContext Constructor Description AlignmentContext(int altitude, int depth, int lineHeight, int xHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
Creates a new instance of AlignmentContext.AlignmentContext(int height, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
Creates a new instance of AlignmentContext for graphics areas.AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
Creates a new instance.AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
Construct an area information item.KnuthInlineBox(int width, AlignmentContext alignmentContext, Position pos, boolean auxiliary)
Create a new KnuthBox.
-