Uses of Class
org.apache.fop.layoutmgr.RelSide
-
Packages that use RelSide Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of RelSide in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as RelSide Modifier and Type Field Description static RelSideRelSide. AFTERthe after sidestatic RelSideRelSide. BEFOREthe before sidestatic RelSideRelSide. ENDthe end sidestatic RelSideRelSide. STARTthe start sideMethods in org.apache.fop.layoutmgr that return RelSide Modifier and Type Method Description RelSideUnresolvedListElementWithLength. getSide()Methods in org.apache.fop.layoutmgr with parameters of type RelSide Modifier and Type Method Description voidConditionalElementListener. 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 RelSide Constructor Description BorderElement(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
-