SourceForge.net Logo
aXSL API 0.1

org.axsl.layout
Interface Layout


public interface Layout

Lays out a FOTree component into an AreaTree.


Method Summary
 void formatPageSequence(PageCollection pageCollection)
          Lays out content by creating the needed content in the given PageCollection to satisfy the PageCollection's cousin PageSequence in the FOTree.
 

Method Detail

formatPageSequence

public void formatPageSequence(PageCollection pageCollection)
                        throws LayoutException,
                               AreaWException
Lays out content by creating the needed content in the given PageCollection to satisfy the PageCollection's cousin PageSequence in the FOTree.

Parameters:
pageCollection - A PageCollection instance from the AreaTree.
Throws:
LayoutException - For errors from the Layout system during layout.
AreaWException - For errors from the Area Tree during layout.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.