Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Method and Description |
---|---|
AlignmentContext |
LayoutContext.getAlignmentContext() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutContext.setAlignmentContext(AlignmentContext alignmentContext) |
Modifier and Type | Field and Description |
---|---|
protected AlignmentContext |
LeafNodeLayoutManager.alignmentContext
The alignment context applying to this area
|
protected AlignmentContext |
LeafNodeLayoutManager.AreaInfo.alignmentContext |
Modifier and Type | Method and Description |
---|---|
AlignmentContext |
KnuthInlineBox.getAlignmentContext() |
AlignmentContext |
AlignmentContext.getParentAlignmentContext()
Return the parent alignment context.
|
protected AlignmentContext |
LeafNodeLayoutManager.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 |
AbstractGraphicsLayoutManager.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.
|
Constructor and Description |
---|
AlignmentContext(Font font,
int lineHeight,
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.
|
KnuthInlineBox(int width,
AlignmentContext alignmentContext,
Position pos,
boolean auxiliary)
Create a new KnuthBox.
|
LeafNodeLayoutManager.AreaInfo(short iLS,
MinOptMax ipd,
boolean bHyph,
AlignmentContext alignmentContext) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.