| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.layoutmgr.ListElementorg.apache.fop.layoutmgr.KnuthElementorg.apache.fop.layoutmgr.KnuthBoxorg.apache.fop.layoutmgr.inline.KnuthInlineBoxpublic class KnuthInlineBoxextends KnuthBoxField Summary |
Fields inherited from class org.apache.fop.layoutmgr.KnuthElement | |
INFINITE | |
Constructor Summary | |
| |
Method Summary | |
AlignmentContext | |
FootnoteBodyLayoutManager | |
boolean |
|
void | |
String |
|
Methods inherited from class org.apache.fop.layoutmgr.KnuthElement | |
getP, getW, getY, getZ, isAuxiliary, isUnresolvedElement | |
Methods inherited from class org.apache.fop.layoutmgr.ListElement | |
getLayoutManager, getPosition, isBox, isForcedBreak, isGlue, isPenalty, isUnresolvedElement, setPosition | |
public KnuthInlineBox(int w,
AlignmentContext alignmentContext,
Position pos,
boolean bAux)Create a new KnuthBox.
- Parameters:
w- the width of this boxalignmentContext- the alignmentContext for this boxpos- the Position stored in this boxbAux- is this box auxiliary?
public FootnoteBodyLayoutManager getFootnoteBodyLM()
- Returns:
- the FootnoteBodyLM this box holds a reference to
public boolean isAnchor()
- Returns:
- true if this box holds a reference to a FootnoteBodyLM
public void setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)
- Parameters:
fblm- the FootnoteBodyLM this box must hold a reference to
| fop 0.94 |