Uses of Class
org.apache.fop.fo.flow.table.PrimaryGridUnit
-
Packages that use PrimaryGridUnit Package Description org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of PrimaryGridUnit in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as PrimaryGridUnit Modifier and Type Field Description private PrimaryGridUnit
GridUnit. primary
Primary grid unitMethods in org.apache.fop.fo.flow.table that return PrimaryGridUnit Modifier and Type Method Description PrimaryGridUnit
EmptyGridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnit
GridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnit
PrimaryGridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.Constructors in org.apache.fop.fo.flow.table with parameters of type PrimaryGridUnit Constructor Description GridUnit(PrimaryGridUnit primary, int colSpanIndex, int rowSpanIndex)
Creates a new grid unit. -
Uses of PrimaryGridUnit in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as PrimaryGridUnit Modifier and Type Field Description private PrimaryGridUnit
ActiveCell. pgu
protected PrimaryGridUnit
CellPart. pgu
Primary grid unitprivate PrimaryGridUnit
TableCellLayoutManager. primaryGridUnit
Methods in org.apache.fop.layoutmgr.table that return PrimaryGridUnit Modifier and Type Method Description (package private) PrimaryGridUnit
ActiveCell. getPrimaryGridUnit()
Methods in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit Modifier and Type Method Description private void
RowPainter. addAreasForCell(PrimaryGridUnit pgu, int startPos, int endPos, int rowHeight, int borderBeforeWhich, int borderAfterWhich, boolean lastOnPage)
private int
RowPainter. computeContentLength(PrimaryGridUnit pgu, int startIndex, int endIndex)
protected int
TableContentLayoutManager. getXOffsetOfGridUnit(PrimaryGridUnit gu)
Returns the X offset of the given grid unit.Constructors in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit Constructor Description ActiveCell(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM)
CellPart(PrimaryGridUnit pgu, int start, int end, boolean last, int condBeforeContentLength, int length, int condAfterContentLength, int bpBeforeNormal, int bpBeforeFirst, int bpAfterNormal, int bpAfterLast)
Creates a new CellPart.TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu)
Create a new Cell layout manager.
-