|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.PDFPrintPage
public class PDFPrintPage
A class representing a print job for a particular PDFFile. The class maintains a status dialog as it prints, allowing the user to cancel the print job.
Field Summary |
---|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Constructor Summary | |
---|---|
PDFPrintPage(PDFFile file)
Create a new PDFPrintPage object for a particular PDFFile. |
Method Summary | |
---|---|
void |
doCancel()
Cancel the print job. |
void |
hide()
Close the progress dialog. |
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat format,
int index)
|
void |
printFile(java.lang.String filename,
boolean setupPaper)
An example method to print a file. |
void |
show(java.awt.print.PrinterJob pjob)
Show the progress dialog for this print job |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFPrintPage(PDFFile file)
file
- the PDFFile to be printed.Method Detail |
---|
public void printFile(java.lang.String filename, boolean setupPaper) throws java.io.IOException
filename
- The path of the PDF file to print.setupPaper
- true to post a page setup dialog
java.io.IOException
public void show(java.awt.print.PrinterJob pjob)
pjob
- the PrinterJob representing the print jobpublic void hide()
doCancel
instead.
public void doCancel()
public int print(java.awt.Graphics g, java.awt.print.PageFormat format, int index) throws java.awt.print.PrinterException
print
in interface java.awt.print.Printable
java.awt.print.PrinterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |