org.apache.fop.layoutmgr.inline
public class KnuthInlineBox extends KnuthBox
INFINITE
Constructor and Description |
---|
KnuthInlineBox(int w,
AlignmentContext alignmentContext,
Position pos,
boolean bAux)
Create a new KnuthBox.
|
Modifier and Type | Method and Description |
---|---|
AlignmentContext |
getAlignmentContext() |
FootnoteBodyLayoutManager |
getFootnoteBodyLM() |
boolean |
isAnchor() |
void |
setFootnoteBodyLM(FootnoteBodyLayoutManager fblm) |
java.lang.String |
toString() |
getP, getW, getY, getZ, isAuxiliary, isUnresolvedElement
getLayoutManager, getPosition, isForcedBreak, isGlue, isPenalty, setPosition
public KnuthInlineBox(int w, AlignmentContext alignmentContext, Position pos, boolean bAux)
w
- the width of this boxalignmentContext
- the alignmentContext for this boxpos
- the Position stored in this boxbAux
- is this box auxiliary?public AlignmentContext getAlignmentContext()
public void setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)
fblm
- the FootnoteBodyLM this box must hold a reference topublic FootnoteBodyLayoutManager getFootnoteBodyLM()
public boolean isAnchor()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.