Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gnu::jpdf::PDFPageList Class Reference

Inheritance diagram for gnu::jpdf::PDFPageList:

Inheritance graph
[legend]
Collaboration diagram for gnu::jpdf::PDFPageList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PDFPageList ()
void add (PDFPage page)
PDFPage getPage (int page)
void write (OutputStream os) throws IOException

Detailed Description

This object contains the document's pages.

Author:
Peter T. Mount

Eric Z. Beard, ericzbeard@hotmail.com

Author
ezb
Version:
Revision
1.1.1.1
,
Date
2001/10/29 19:51:08


Constructor & Destructor Documentation

gnu::jpdf::PDFPageList::PDFPageList  )  [inline]
 

This constructs a PDF Pages object.


Member Function Documentation

void gnu::jpdf::PDFPageList::add PDFPage  page  )  [inline]
 

This adds a page to the document.

Parameters:
page PDFPage to add

PDFPage gnu::jpdf::PDFPageList::getPage int  page  )  [inline]
 

This returns a specific page. Used by the PDF class.

Parameters:
page page number to return
Returns:
PDFPage at that position

void gnu::jpdf::PDFPageList::write OutputStream  os  )  throws IOException [inline, virtual]
 

Parameters:
os OutputStream to send the object to
Exceptions:
IOException on error

Implements gnu::jpdf::PDFObject.


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 16:58:08 2005 by  doxygen 1.3.9.1