fop 0.95

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

Packages that use RelSide
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.list Layout managers for lists. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

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 ConditionalElementListener.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 void BlockLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 void BlockContainerLayoutManager.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 ConditionalElementListener.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void BlockLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void BlockContainerLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void ConditionalElementListener.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 void BlockLayoutManager.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 void BlockContainerLayoutManager.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
 

Uses of RelSide in org.apache.fop.layoutmgr.list
 

Methods in org.apache.fop.layoutmgr.list with parameters of type RelSide
 void ListItemLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 void ListBlockLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 void ListItemLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void ListBlockLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void ListItemLayoutManager.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 void ListBlockLayoutManager.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 

Uses of RelSide in org.apache.fop.layoutmgr.table
 

Methods in org.apache.fop.layoutmgr.table with parameters of type RelSide
 void TableLayoutManager.notifyBorder(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its border.
 void TableLayoutManager.notifyPadding(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length/width of its padding.
 void TableLayoutManager.notifySpace(RelSide side, MinOptMax effectiveLength)
          Notifies the layout manager about the effective length of its space.
 


fop 0.95

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