Class EmptyGridUnit
java.lang.Object
org.apache.fop.fo.flow.table.GridUnit
org.apache.fop.fo.flow.table.EmptyGridUnit
GridUnit subclass for empty grid units.
-
Field Summary
Fields inherited from class GridUnit
borderAfter, borderBefore, borderEnd, borderStart, cell, collapsingBorderModel, FIRST_IN_PART, KEEP_WITH_NEXT_PENDING, KEEP_WITH_PREVIOUS_PENDING, LAST_IN_PART -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the before-start grid unit of the cell containing this grid unit.booleanbooleanbooleanIs this grid unit the before-start grid unit of the cell?protected voidPrepares the borders of this grid unit for upcoming resolution, in the collapsing model.Methods inherited from class GridUnit
getBorderAfter, getBorderBefore, getBorderEnd, getBorderStart, getCell, getColSpanIndex, getFlag, getRow, getRowSpanIndex, integrateBorderSegment, integrateBorderSegment, integrateBorderSegment, integrateCompetingBorder, isEmpty, resolveBorder, setFlag, setFlag, setRow, toString
-
Constructor Details
-
EmptyGridUnit
-
-
Method Details
-
setBordersFromCell
protected void setBordersFromCell()Prepares the borders of this grid unit for upcoming resolution, in the collapsing model.- Overrides:
setBordersFromCellin classGridUnit
-
getPrimary
Returns the before-start grid unit of the cell containing this grid unit.- Overrides:
getPrimaryin classGridUnit- Returns:
- the before-start grid unit of the cell containing this grid unit.
-
isPrimary
-
isLastGridUnitColSpan
public boolean isLastGridUnitColSpan()- Overrides:
isLastGridUnitColSpanin classGridUnit- Returns:
- true if the grid unit is the last in column spanning direction
-
isLastGridUnitRowSpan
public boolean isLastGridUnitRowSpan()- Overrides:
isLastGridUnitRowSpanin classGridUnit- Returns:
- true if the grid unit is the last in row spanning direction
-