| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectbookExamples.ch44Printing.PrintTest
public class PrintTest
| Field Summary | 
|---|
| Fields inherited from interface java.awt.print.Printable | 
|---|
| NO_SUCH_PAGE, PAGE_EXISTS | 
| Constructor Summary | |
|---|---|
| PrintTest() | |
| Method Summary | |
|---|---|
| static void | main(java.lang.String[] args) | 
| static void | print() | 
|  int | print(java.awt.Graphics graphics,
      java.awt.print.PageFormat pageFormat,
      int pageIndex) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PrintTest()
| Method Detail | 
|---|
public int print(java.awt.Graphics graphics,
                 java.awt.print.PageFormat pageFormat,
                 int pageIndex)
          throws java.awt.print.PrinterException
print in interface java.awt.print.Printablejava.awt.print.PrinterExceptionpublic static void main(java.lang.String[] args)
public static void print()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||