public class TableContentLayoutManager extends java.lang.Object implements PercentBaseContext
Modifier and Type | Method and Description |
---|---|
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(int colIndex)
Returns the X offset of the grid unit in the given column.
|
protected int |
getXOffsetOfGridUnit(PrimaryGridUnit gu)
Returns the X offset of the given grid unit.
|
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 unitprotected int getXOffsetOfGridUnit(int colIndex)
colIndex
- the column index (zero-based)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 evaluatedCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.