Uses of Class
org.apache.fop.layoutmgr.inline.AlignmentContext
Packages that use AlignmentContext
Package
Description
FOP's layout engine.
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 AlignmentContextMethods in org.apache.fop.layoutmgr that return AlignmentContextMethods in org.apache.fop.layoutmgr with parameters of type AlignmentContextModifier and TypeMethodDescriptionvoidLayoutContext.setAlignmentContext(AlignmentContext alignmentContext) -
Uses of AlignmentContext in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as AlignmentContextModifier and TypeFieldDescriptionprivate AlignmentContextInlineContainerLayoutManager.alignmentContextprivate AlignmentContextInlineLayoutManager.alignmentContextThe keep-together propertyprivate AlignmentContextKnuthInlineBox.alignmentContextprotected AlignmentContextLeafNodeLayoutManager.alignmentContextThe alignment context applying to this areaprotected AlignmentContextLeafNodeLayoutManager.AreaInfo.alignmentContextalignment contextprivate AlignmentContextLineLayoutManager.alignmentContextprivate AlignmentContextTextLayoutManager.alignmentContextprivate AlignmentContextAlignmentContext.parentAlignmentContextMethods in org.apache.fop.layoutmgr.inline that return AlignmentContextModifier and TypeMethodDescriptionKnuthInlineBox.getAlignmentContext()AlignmentContext.getParentAlignmentContext()Return the parent alignment context.protected AlignmentContextAbstractGraphicsLayoutManager.makeAlignmentContext(LayoutContext context) Creates a new alignment context or returns the current alignment context.protected AlignmentContextAbstractPageNumberCitationLayoutManager.makeAlignmentContext(LayoutContext context) Creates a new alignment context or returns the current alignment context.protected AlignmentContextInlineContainerLayoutManager.makeAlignmentContext(LayoutContext context) protected AlignmentContextLeafNodeLayoutManager.makeAlignmentContext(LayoutContext context) Creates a new alignment context or returns the current alignment context.protected AlignmentContextPageNumberLayoutManager.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 AlignmentContextModifierConstructorDescriptionprivateAlignmentContext(int altitude, int depth, int lineHeight, int xHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance of AlignmentContext.(package private)AlignmentContext(int height, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance of AlignmentContext for graphics areas.(package private)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.