Package org.apache.fop.layoutmgr
Class AreaAdditionUtil
- java.lang.Object
-
- org.apache.fop.layoutmgr.AreaAdditionUtil
-
public final class AreaAdditionUtil extends java.lang.ObjectUtility class which provides common code for the addAreas stage.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAreaAdditionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static voidadd(Position pos, java.util.LinkedList<Position> positionList)static voidaddAreas(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
-
-