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) ConditionalBorderGridUnit. borderAfterthe border-after specification(package private) ConditionalBorderTableFObj. borderAfter(package private) ConditionalBorderGridUnit. borderBeforethe border-before specification(package private) ConditionalBorderTableFObj. borderBeforeFields in org.apache.fop.fo.flow.table with type parameters of type ConditionalBorder Modifier and Type Field Description private java.util.List<ConditionalBorder>CollapsingBorderResolver. leadingBordersprivate java.util.List<ConditionalBorder>CollapsingBorderResolver. trailingBordersMethods in org.apache.fop.fo.flow.table that return ConditionalBorder Modifier and Type Method Description (package private) ConditionalBorderConditionalBorder. copy()Returns a shallow copy of this border.(package private) static ConditionalBorderConditionalBorder. 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) voidGridUnit. integrateCompetingBorder(int side, ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)(package private) voidConditionalBorder. integrateCompetingSegment(ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)Integrates the given segment in this border.(package private) voidConditionalBorder. integrateSegment(ConditionalBorder segment, boolean withNormal, boolean withLeadingTrailing, boolean withRest)Updates this border after taking into account the given segment.(package private) voidConditionalBorder. resolve(ConditionalBorder competitor, boolean withNormal, boolean withLeadingTrailing, boolean withRest)Resolves and updates the relevant parts of this border as well as the given one.
-