Package org.apache.fop.layoutmgr
Class NonLeafPosition
java.lang.Object
org.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.NonLeafPosition
A non-leaf position.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOverridden by NonLeafPosition to return the Position of its child LM.toString()Methods inherited from class org.apache.fop.layoutmgr.Position
getIndex, getLM, getLM, getPosition, getShortLMName, setIndex
-
Constructor Details
-
NonLeafPosition
Construct a leaf position.- Parameters:
lm- the associated layout managersub- the position
-
-
Method Details
-
getPosition
Description copied from class:PositionOverridden by NonLeafPosition to return the Position of its child LM.- Overrides:
getPositionin classPosition- Returns:
- the sub position
-
generatesAreas
public boolean generatesAreas()- Overrides:
generatesAreasin classPosition- Returns:
- true if generates areas
-
toString
-