org.apache.fop.layoutmgr.inline
Class KnuthInlineBox
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
A knuth inline box.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KnuthInlineBox
public KnuthInlineBox(int width,
AlignmentContext alignmentContext,
Position pos,
boolean auxiliary)
- Create a new KnuthBox.
- Parameters:
width
- the width of this boxalignmentContext
- the alignmentContext for this boxpos
- the Position stored in this boxauxiliary
- is this box auxiliary?
getAlignmentContext
public AlignmentContext getAlignmentContext()
- Returns:
- the alignment context.
setFootnoteBodyLM
public void setFootnoteBodyLM(FootnoteBodyLayoutManager fblm)
- Parameters:
fblm
- the FootnoteBodyLM this box must hold a reference to
getFootnoteBodyLM
public FootnoteBodyLayoutManager getFootnoteBodyLM()
- Returns:
- the FootnoteBodyLM this box holds a reference to
isAnchor
public boolean isAnchor()
- Returns:
- true if this box holds a reference to a FootnoteBodyLM
setFloatContentLM
public void setFloatContentLM(FloatContentLayoutManager fclm)
getFloatContentLM
public FloatContentLayoutManager getFloatContentLM()
isFloatAnchor
public boolean isFloatAnchor()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.