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 RelSide
RelSide. AFTER
the after sidestatic RelSide
RelSide. BEFORE
the before sidestatic RelSide
RelSide. END
the end sideprivate RelSide
UnresolvedListElementWithLength. side
static RelSide
RelSide. START
the start sideMethods in org.apache.fop.layoutmgr that return RelSide Modifier and Type Method Description RelSide
UnresolvedListElementWithLength. getSide()
Methods in org.apache.fop.layoutmgr with parameters of type RelSide Modifier and Type Method Description void
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 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
-