|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.layoutmgr.ListElement | +--org.apache.fop.layoutmgr.KnuthElement | +--org.apache.fop.layoutmgr.KnuthBox | +--org.apache.fop.layoutmgr.KnuthBlockBox
Fields inherited from class org.apache.fop.layoutmgr.KnuthElement |
INFINITE |
Constructor Summary | |
KnuthBlockBox(int w,
java.util.LinkedList list,
Position pos,
boolean bAux)
|
|
KnuthBlockBox(int w,
MinOptMax range,
int bpdim,
Position pos,
boolean bAux)
|
Method Summary | |
void |
addElementList(java.util.LinkedList list)
|
int |
getBPD()
|
java.util.LinkedList |
getElementLists()
|
java.util.LinkedList |
getFootnoteBodyLMs()
|
MinOptMax |
getIPDRange()
|
boolean |
hasAnchors()
|
Methods inherited from class org.apache.fop.layoutmgr.KnuthBox |
isBox, toString |
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, isForcedBreak, isGlue, isPenalty, setPosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public KnuthBlockBox(int w, MinOptMax range, int bpdim, Position pos, boolean bAux)
public KnuthBlockBox(int w, java.util.LinkedList list, Position pos, boolean bAux)
Method Detail |
public java.util.LinkedList getFootnoteBodyLMs()
public boolean hasAnchors()
public void addElementList(java.util.LinkedList list)
public java.util.LinkedList getElementLists()
public MinOptMax getIPDRange()
public int getBPD()
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |