org.apache.fop.layoutmgr
public class KnuthGlue extends KnuthElement
INFINITE| Constructor and Description |
|---|
KnuthGlue(int w,
int y,
int z,
int iAdjClass,
Position pos,
boolean bAux) |
KnuthGlue(int w,
int y,
int z,
Position pos,
boolean bAux)
Create a new KnuthGlue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAdjustmentClass() |
int |
getY() |
int |
getZ() |
boolean |
isGlue() |
java.lang.String |
toString() |
getP, getW, isAuxiliary, isUnresolvedElementgetLayoutManager, getPosition, isBox, isForcedBreak, isPenalty, setPositionpublic KnuthGlue(int w,
int y,
int z,
Position pos,
boolean bAux)
w - the width of this gluey - the stretchability of this gluez - the shrinkability of this gluepos - the Position stored in this gluebAux - is this glue auxiliary?public KnuthGlue(int w,
int y,
int z,
int iAdjClass,
Position pos,
boolean bAux)
public boolean isGlue()
isGlue in class ListElementpublic int getY()
getY in class KnuthElementpublic int getZ()
getZ in class KnuthElementpublic int getAdjustmentClass()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.