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
Methods in org.apache.fop.layoutmgr that return AlignmentContext Modifier and Type Method Description AlignmentContextLayoutContext. getAlignmentContext()Methods in org.apache.fop.layoutmgr with parameters of type AlignmentContext Modifier and Type Method Description voidLayoutContext. 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 protected AlignmentContextLeafNodeLayoutManager. alignmentContextThe alignment context applying to this areaprotected AlignmentContextLeafNodeLayoutManager.AreaInfo. alignmentContextalignment contextMethods in org.apache.fop.layoutmgr.inline that return AlignmentContext Modifier and Type Method Description AlignmentContextKnuthInlineBox. getAlignmentContext()AlignmentContextAlignmentContext. 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 AlignmentContext Constructor Description 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.
-