|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjApp.DocumentPrinter
public class DocumentPrinter
Field Summary | |
---|---|
protected ProgressDialog |
m_ProgressDialog
|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Constructor Summary | |
---|---|
DocumentPrinter()
|
Method Summary | |
---|---|
int |
getNumberOfPages(java.awt.print.PageFormat pf)
|
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat pf,
int pageIndex)
|
void |
setProgressDialog(ProgressDialog pd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProgressDialog m_ProgressDialog
Constructor Detail |
---|
public DocumentPrinter()
Method Detail |
---|
public void setProgressDialog(ProgressDialog pd)
public int print(java.awt.Graphics g, java.awt.print.PageFormat pf, int pageIndex) throws java.awt.print.PrinterException
print
in interface java.awt.print.Printable
java.awt.print.PrinterException
public int getNumberOfPages(java.awt.print.PageFormat pf)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |