Uses of Class
org.apache.fop.layoutmgr.RelSide
Packages that use RelSide
-
Uses of RelSide in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as RelSideModifier and TypeFieldDescriptionstatic final RelSide
RelSide.AFTER
the after sidestatic final RelSide
RelSide.BEFORE
the before sidestatic final RelSide
RelSide.END
the end sideprivate RelSide
UnresolvedListElementWithLength.side
static final RelSide
RelSide.START
the start sideMethods in org.apache.fop.layoutmgr that return RelSideMethods in org.apache.fop.layoutmgr with parameters of type RelSideModifier and TypeMethodDescriptionvoid
ConditionalElementListener.notifyBorder
(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its border.void
SpacedBorderedPaddedBlockLayoutManager.notifyBorder
(RelSide side, MinOptMax effectiveLength) void
SpaceResolver.SpaceHandlingBreakPosition.notifyBreakSituation
(boolean isBreakSituation, RelSide side) Notifies all affected layout managers about the current situation in the part to be handled for area generation.void
ConditionalElementListener.notifyPadding
(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its padding.void
SpacedBorderedPaddedBlockLayoutManager.notifyPadding
(RelSide side, MinOptMax effectiveLength) void
ConditionalElementListener.notifySpace
(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length of its space.void
SpacedBorderedPaddedBlockLayoutManager.notifySpace
(RelSide side, MinOptMax effectiveLength) Constructors in org.apache.fop.layoutmgr with parameters of type RelSideModifierConstructorDescriptionBorderElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorBorderOrPaddingElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorPaddingElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorSpaceElement
(Position position, SpaceProperty space, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorUnresolvedListElementWithLength
(Position position, MinOptMax length, RelSide side, boolean conditional, boolean isFirst, boolean isLast) Main constructor