fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.layoutmgr.ListElement
org.apache.fop.layoutmgr.KnuthElement
org.apache.fop.layoutmgr.KnuthBox
org.apache.fop.layoutmgr.inline.KnuthInlineBox
public class KnuthInlineBox
extends KnuthBox
Field 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 |