org.apache.fop.layoutmgr

Class AreaAdditionUtil


public class AreaAdditionUtil
extends java.lang.Object

Utility class which provides common code for the addAreas stage.

Method Summary

static void
addAreas(BlockStackingLayoutManager bslm, PositionIterator parentIter, LayoutContext layoutContext)
Creates the child areas for the given layout manager.

Method Details

addAreas

public static void addAreas(BlockStackingLayoutManager bslm,
                            PositionIterator parentIter,
                            LayoutContext layoutContext)
Creates the child areas for the given layout manager.
Parameters:
bslm - the BlockStackingLayoutManager instance for which "addAreas" is performed.
parentIter - the position iterator
layoutContext - the layout context

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.