public class KnuthInlineBox extends KnuthBox
INFINITE
Constructor and Description |
---|
KnuthInlineBox(int width,
AlignmentContext alignmentContext,
Position pos,
boolean auxiliary)
Create a new KnuthBox.
|
Modifier and Type | Method and Description |
---|---|
AlignmentContext |
getAlignmentContext() |
FootnoteBodyLayoutManager |
getFootnoteBodyLM() |
boolean |
isAnchor() |
void |
setFootnoteBodyLM(FootnoteBodyLayoutManager fblm) |
getPenalty, getShrink, getStretch, getWidth, isAuxiliary, isUnresolvedElement
getLayoutManager, getPosition, isForcedBreak, isGlue, isPenalty, setPosition
public KnuthInlineBox(int width, AlignmentContext alignmentContext, Position pos, boolean auxiliary)
width
- the width of this boxalignmentContext
- the alignmentContext for this boxpos
- the Position stored in this boxauxiliary
- 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-2010 The Apache Software Foundation. All Rights Reserved.