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 TypeMethodDescriptionboolean
Overridden 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:Position
Overridden by NonLeafPosition to return the Position of its child LM.- Overrides:
getPosition
in classPosition
- Returns:
- the sub position
-
generatesAreas
public boolean generatesAreas()- Overrides:
generatesAreas
in classPosition
- Returns:
- true if generates areas
-
toString
-