SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface PageCollection

All Superinterfaces:
AreaNode

public interface PageCollection
extends AreaNode

A PageCollection is a collection of formatted pages. It is the immediate child of AreaTree, and the parent of one or more Pages.


Method Summary
 AreaTree getAreaTreeOut()
          Returns the parent AreaTree instance.
 int getPageCount()
          Returns the count of pages in this page collection.
 
Methods inherited from interface org.axsl.areaR.AreaNode
ancestorLineAreaOut, getAreaName, getChildren, getFontConsumer, getParentOut, render, traitColor, traitFontStyle, traitFontWeight, traitId, traitInternalDestination
 

Method Detail

getAreaTreeOut

public AreaTree getAreaTreeOut()
Returns the parent AreaTree instance.

Returns:
The parent AreaTree instance.

getPageCount

public int getPageCount()
Returns the count of pages in this page collection.

Returns:
The number of pages in this page collection.

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.