| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectpublic class PaddingElementextends BorderOrPaddingElementField Summary |
Fields inherited from class org.apache.fop.layoutmgr.UnresolvedListElementWithLength | |
log | |
Constructor Summary | |
| |
Method Summary | |
void |
|
String |
|
Methods inherited from class org.apache.fop.layoutmgr.BorderOrPaddingElement | |
notifyLayoutManager | |
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 PaddingElement(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 void notifyLayoutManager(MinOptMax effectiveLength)
- Overrides:
- notifyLayoutManager in interface BorderOrPaddingElement
- See Also:
UnresolvedListElementWithLength
public String toString()
- Overrides:
- toString in interface UnresolvedListElementWithLength
- See Also:
java.lang.Object.toString()
| fop 0.94 |