SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface PageCollection

All Superinterfaces:
AreaNode, java.lang.Iterable<AreaNode>, javax.swing.tree.TreeNode

public interface PageCollection
extends AreaNode

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


Method Summary
 int getPageCount()
          Returns the count of pages in this page collection.
 
Methods inherited from interface org.axsl.galley.AreaNode
getAreaName, getChildAt, getGalley, render
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getPageCount

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.2

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