PDFSheet Class Reference

Inheritance diagram for PDFSheet:

Sheet List of all members.

Public Member Functions

 PDFSheet (File pdfFile)
 This will create a Sheet out of page 1 of the PDF File.
 PDFSheet (File pdfFile, int pageNumber)
SheetRenderer getRenderer ()
PdfReader getReader ()

Detailed Description

Create a Sheet that is based on a single page of a PDF file. Since a sheet is one page, if we have a multipage PDF, we can only access one page of it. Later on, we will add support for Bundles to read multipage PDFs.

This software is distributed under the BSD License.

Author:
Ron B Yeh (ronyeh(AT)cs.stanford.edu)

Definition at line 30 of file PDFSheet.java.


Constructor & Destructor Documentation

PDFSheet ( File  pdfFile  ) 

This will create a Sheet out of page 1 of the PDF File.

Parameters:
pdfFile 

Definition at line 43 of file PDFSheet.java.

PDFSheet ( File  pdfFile,
int  pageNumber 
)

Parameters:
pdfFile 
pageNumber Which page should we create this sheet out of?

Definition at line 52 of file PDFSheet.java.

References Sheet.addConfigurationPath(), and Sheet.setSize().


Member Function Documentation

PdfReader getReader (  ) 

Returns:

Definition at line 96 of file PDFSheet.java.

Referenced by PDFSheetRenderer.renderToPDF().

SheetRenderer getRenderer (  ) 

See also:
edu.stanford.hci.r3.paper.Sheet.getRenderer()

Reimplemented from Sheet.

Definition at line 89 of file PDFSheet.java.


The documentation for this class was generated from the following file:
Generated on Sat Apr 14 18:21:42 2007 for R3 Paper Toolkit by  doxygen 1.4.7