Uses of Class
org.apache.fop.fo.flow.table.ConditionalBorder
-
Packages that use ConditionalBorder Package Description org.apache.fop.fo.flow.table -
-
Uses of ConditionalBorder in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as ConditionalBorder Modifier and Type Field Description (package private) ConditionalBorder
GridUnit. borderAfter
the border-after specification(package private) ConditionalBorder
TableFObj. borderAfter
(package private) ConditionalBorder
GridUnit. borderBefore
the border-before specification(package private) ConditionalBorder
TableFObj. borderBefore
Fields in org.apache.fop.fo.flow.table with type parameters of type ConditionalBorder Modifier and Type Field Description private java.util.List<ConditionalBorder>
CollapsingBorderResolver. leadingBorders
private java.util.List<ConditionalBorder>
CollapsingBorderResolver. trailingBorders
Methods in org.apache.fop.fo.flow.table that return ConditionalBorder Modifier and Type Method Description (package private) ConditionalBorder
ConditionalBorder. copy()
Returns a shallow copy of this border.(package private) static ConditionalBorder
ConditionalBorder. getDefaultBorder(CollapsingBorderModel collapsingBorderModel)
Returns a default border specification.Methods in org.apache.fop.fo.flow.table with parameters of type ConditionalBorder Modifier and Type Method Description (package private) void
GridUnit. integrateCompetingBorder(int side, ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)
(package private) void
ConditionalBorder. integrateCompetingSegment(ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)
Integrates the given segment in this border.(package private) void
ConditionalBorder. integrateSegment(ConditionalBorder segment, boolean withNormal, boolean withLeadingTrailing, boolean withRest)
Updates this border after taking into account the given segment.(package private) void
ConditionalBorder. resolve(ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)
Resolves and updates the relevant parts of this border as well as the given one.
-