SourceForge.net Logo
aXSL API 0.2

org.axsl.area
Interface PageCollectionFactory

All Known Subinterfaces:
AreaTree, PageCollectionWrapper

public interface PageCollectionFactory

Interface for objects that can create PageCollection instances.


Method Summary
 PageCollection makePageCollection(PageSequence pageSequence)
          Factory method to create a child PageCollection instance.
 

Method Detail

makePageCollection

PageCollection makePageCollection(PageSequence pageSequence)
                                  throws AreaTreeException
Factory method to create a child PageCollection instance.

Parameters:
pageSequence - The FOTree PageSequence that is generating the new PageCollection.
Returns:
A new PageCollection instance.
Throws:
AreaTreeException - If the new PageCollection instance is unable to add any blank pages it is required to add at the beginning.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.