fop 2.2

Uses of Class
org.apache.fop.layoutmgr.RelSide

Packages that use RelSide
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
static RelSide RelSide.AFTER
          the after side
static RelSide RelSide.BEFORE
          the before side
static RelSide RelSide.END
          the end side
static RelSide RelSide.START
          the start side
 

Methods in org.apache.fop.layoutmgr that return RelSide
 RelSide UnresolvedListElementWithLength.getSide()
           
 

Methods in org.apache.fop.layoutmgr with parameters of type RelSide
 void SpacedBorderedPaddedBlockLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength)
           
 void ConditionalElementListener.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 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 SpacedBorderedPaddedBlockLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
           
 void ConditionalElementListener.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void SpacedBorderedPaddedBlockLayoutManager.notifySpace(RelSide side, MinOptMax effectiveLength)
           
 void ConditionalElementListener.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 

Constructors in org.apache.fop.layoutmgr with parameters of type RelSide
BorderElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
          Main constructor
BorderOrPaddingElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
          Main constructor
PaddingElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
          Main constructor
SpaceElement(Position position, SpaceProperty space, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
          Main constructor
UnresolvedListElementWithLength(Position position, MinOptMax length, RelSide side, boolean conditional, boolean isFirst, boolean isLast)
          Main constructor
 


fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.