| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.layoutmgr.ListElementorg.apache.fop.layoutmgr.UnresolvedListElementorg.apache.fop.layoutmgr.UnresolvedListElementWithLengthorg.apache.fop.layoutmgr.BorderOrPaddingElementpublic abstract class BorderOrPaddingElementextends UnresolvedListElementWithLengthField Summary |
Fields inherited from class org.apache.fop.layoutmgr.UnresolvedListElementWithLength | |
log | |
Constructor Summary | |
| |
Method Summary | |
abstract void |
|
Methods inherited from class org.apache.fop.layoutmgr.UnresolvedListElementWithLength | |
getLength, getSide, isConditional, isFirst, isLast, notifyLayoutManager, toString | |
Methods inherited from class org.apache.fop.layoutmgr.UnresolvedListElement | |
getOriginatingLayoutManager, isConditional | |
Methods inherited from class org.apache.fop.layoutmgr.ListElement | |
getLayoutManager, getPosition, isBox, isForcedBreak, isGlue, isPenalty, isUnresolvedElement, setPosition | |
public BorderOrPaddingElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
Main constructor
- Parameters:
position- the Position instance needed by the addAreas stage of the LMs.condLength- the length-conditional property for a border or padding specificationside- the side to which this space element applies.isFirst- true if this is a padding- or border-before of the first area generated.isLast- true if this is a padding- or border-after of the last area generated.context- the property evaluation context
public abstract void notifyLayoutManager(MinOptMax effectiveLength)
- Overrides:
- notifyLayoutManager in interface UnresolvedListElementWithLength
- See Also:
UnresolvedListElementWithLength
| fop 0.94 |