org.apache.fop.layoutmgr
public abstract class KnuthElement extends ListElement
| Modifier and Type | Field and Description |
|---|---|
static int |
INFINITE
The value used as an infinite indicator.
|
| Modifier | Constructor and Description |
|---|---|
protected |
KnuthElement(int w,
Position pos,
boolean bAux)
Create a new KnuthElement.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getP() |
int |
getW() |
int |
getY() |
int |
getZ() |
boolean |
isAuxiliary() |
boolean |
isUnresolvedElement() |
getLayoutManager, getPosition, isBox, isForcedBreak, isGlue, isPenalty, setPositionpublic static final int INFINITE
protected KnuthElement(int w,
Position pos,
boolean bAux)
w - the width of this elementpos - the Position stored in this elementbAux - is this an auxiliary element?public boolean isAuxiliary()
public int getW()
public int getP()
public int getY()
public int getZ()
public boolean isUnresolvedElement()
isUnresolvedElement in class ListElementCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.