Package org.apache.fop.layoutmgr
Class AreaAdditionUtil
- java.lang.Object
-
- org.apache.fop.layoutmgr.AreaAdditionUtil
-
public final class AreaAdditionUtil extends java.lang.Object
Utility class which provides common code for the addAreas stage.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AreaAdditionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
add(Position pos, java.util.LinkedList<Position> positionList)
static void
addAreas(AbstractLayoutManager parentLM, PositionIterator parentIter, LayoutContext layoutContext)
Creates the child areas for the given layout manager.
-
-
-
Method Detail
-
addAreas
public static void addAreas(AbstractLayoutManager parentLM, PositionIterator parentIter, LayoutContext layoutContext)
Creates the child areas for the given layout manager.- Parameters:
parentLM
- the parent layout managerparentIter
- the position iteratorlayoutContext
- the layout context
-
-