|
fop 2.0 | |||||||||
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.List |
getNextKnuthElements(LayoutContext context,
int alignment)
Get a sequence of KnuthElements representing the content of the node assigned to the LM. |
protected int |
getXOffsetOfGridUnit(int colIndex,
int nrColSpan)
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. |
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.List getNextKnuthElements(LayoutContext context, int alignment)
context
- the LayoutContext used to store layout informationalignment
- the desired text alignment
LayoutManager.getNextKnuthElements(LayoutContext, int)
protected int getXOffsetOfGridUnit(PrimaryGridUnit gu)
gu
- the grid unit
protected int getXOffsetOfGridUnit(int colIndex, int nrColSpan)
colIndex
- the column index (zero-based)nrColSpan
- number columns spanned
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 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |