|
fop 0.94 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridUnit | |
org.apache.fop.layoutmgr.table | Layout managers for tables. |
Uses of GridUnit in org.apache.fop.layoutmgr.table |
Subclasses of GridUnit in org.apache.fop.layoutmgr.table | |
class |
EmptyGridUnit
GridUnit subclass for empty grid units. |
class |
PrimaryGridUnit
This class represents a primary grid unit of a spanned cell. |
Methods in org.apache.fop.layoutmgr.table that return GridUnit | |
GridUnit |
GridUnit.createNextRowSpanningGridUnit()
|
Methods in org.apache.fop.layoutmgr.table with parameters of type GridUnit | |
void |
PrimaryGridUnit.addRow(GridUnit[] row)
|
void |
GridUnit.resolveBorder(GridUnit other,
int side)
Resolve collapsing borders for the given cell. |
void |
GridUnit.resolveBorder(GridUnit other,
int side,
int resFlags)
Resolve collapsing borders for the given cell. |
CommonBorderPaddingBackground.BorderInfo |
CollapsingBorderModelEyeCatching.determineWinner(GridUnit currentGridUnit,
GridUnit otherGridUnit,
int side,
int flags)
|
protected int |
TableContentLayoutManager.getXOffsetOfGridUnit(GridUnit gu)
Retuns the X offset of the given grid unit. |
abstract CommonBorderPaddingBackground.BorderInfo |
CollapsingBorderModel.determineWinner(GridUnit current,
GridUnit neighbour,
int side,
int flags)
Determines the winning BorderInfo. |
|
fop 0.94 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |