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 PrimaryGridUnitActiveCell.pguprotected PrimaryGridUnitCellPart.pguPrimary grid unitprivate PrimaryGridUnitTableCellLayoutManager.primaryGridUnitMethods in org.apache.fop.layoutmgr.table that return PrimaryGridUnitModifier and TypeMethodDescription(package private) PrimaryGridUnitActiveCell.getPrimaryGridUnit()Methods in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnitModifier and TypeMethodDescriptionprivate voidRowPainter.addAreasForCell(PrimaryGridUnit pgu, int startPos, int endPos, int rowHeight, int borderBeforeWhich, int borderAfterWhich, boolean lastOnPage) private intRowPainter.computeContentLength(PrimaryGridUnit pgu, int startIndex, int endIndex) protected intTableContentLayoutManager.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) protectedCellPart(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.