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 RelSideRelSide.AFTERthe after sidestatic final RelSideRelSide.BEFOREthe before sidestatic final RelSideRelSide.ENDthe end sidestatic final RelSideRelSide.STARTthe start sideMethods in org.apache.fop.layoutmgr that return RelSideMethods in org.apache.fop.layoutmgr with parameters of type RelSideModifier and TypeMethodDescriptionvoidConditionalElementListener.notifyBorder(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its border.voidSpacedBorderedPaddedBlockLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength) voidSpaceResolver.SpaceHandlingBreakPosition.notifyBreakSituation(boolean isBreakSituation, RelSide side) Notifies all affected layout managers about the current situation in the part to be handled for area generation.voidConditionalElementListener.notifyPadding(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its padding.voidSpacedBorderedPaddedBlockLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength) voidConditionalElementListener.notifySpace(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length of its space.voidSpacedBorderedPaddedBlockLayoutManager.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