|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.table.TableContentLayoutManager
public class TableContentLayoutManager
Layout manager for table contents, particularly managing the creation of combined element lists.
Method Summary | |
---|---|
int |
getBaseLength(int lengthBase,
FObj fobj)
Returns the base length for the given length base. |
protected java.util.LinkedList |
getFooterElements()
|
protected int |
getFooterNetHeight()
|
protected java.util.LinkedList |
getHeaderElements()
|
protected int |
getHeaderNetHeight()
|
java.util.LinkedList |
getNextKnuthElements(LayoutContext context,
int alignment)
|
protected int |
getXOffsetOfGridUnit(PrimaryGridUnit gu)
Retuns the X offset of the given grid unit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected int getHeaderNetHeight()
protected int getFooterNetHeight()
protected java.util.LinkedList getHeaderElements()
protected java.util.LinkedList getFooterElements()
public java.util.LinkedList getNextKnuthElements(LayoutContext context, int alignment)
protected int getXOffsetOfGridUnit(PrimaryGridUnit gu)
gu
- the grid unit
public int getBaseLength(int lengthBase, FObj fobj)
LengthBase
.
getBaseLength
in interface PercentBaseContext
lengthBase
- Indicates which type of the base length value is to be returnedfobj
- The FO object against which the percentage should be evaluated
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |