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 PrimaryGridUnitGridUnit. primaryPrimary grid unitMethods in org.apache.fop.fo.flow.table that return PrimaryGridUnit Modifier and Type Method Description PrimaryGridUnitEmptyGridUnit. getPrimary()Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnitGridUnit. getPrimary()Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnitPrimaryGridUnit. 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 PrimaryGridUnitActiveCell. pguprotected PrimaryGridUnitCellPart. pguPrimary grid unitprivate PrimaryGridUnitTableCellLayoutManager. primaryGridUnitMethods in org.apache.fop.layoutmgr.table that return PrimaryGridUnit Modifier and Type Method Description (package private) PrimaryGridUnitActiveCell. getPrimaryGridUnit()Methods in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit Modifier and Type Method Description private 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 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.
-