Uses of Class
org.apache.fop.fo.flow.table.PrimaryGridUnit
Packages that use PrimaryGridUnit
Package
Description
Layout managers for tables.
-
Uses of PrimaryGridUnit in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as PrimaryGridUnitMethods in org.apache.fop.fo.flow.table that return PrimaryGridUnitModifier and TypeMethodDescriptionEmptyGridUnit.getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.GridUnit.getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.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 PrimaryGridUnitModifierConstructorDescription(package private)
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 PrimaryGridUnitModifier and TypeFieldDescriptionprivate PrimaryGridUnit
ActiveCell.pgu
protected PrimaryGridUnit
CellPart.pgu
Primary grid unitprivate PrimaryGridUnit
TableCellLayoutManager.primaryGridUnit
Methods in org.apache.fop.layoutmgr.table that return PrimaryGridUnitModifier and TypeMethodDescription(package private) PrimaryGridUnit
ActiveCell.getPrimaryGridUnit()
Methods in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnitModifier and TypeMethodDescriptionprivate 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 PrimaryGridUnitModifierConstructorDescription(package private)
ActiveCell
(PrimaryGridUnit pgu, EffRow row, int rowIndex, int previousRowsLength, TableLayoutManager tableLM) protected
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.