Inheritance diagram for Printer:

Public Member Functions | |
| Printer (PrintService serv) | |
| Creates a Printer that points to the default print service. | |
| double | getDPI () |
Static Public Member Functions | |
| static void | displayPageFormat (PageFormat pageFormat) |
This software is distributed under the BSD License.
Definition at line 18 of file Printer.java.
| Printer | ( | PrintService | serv | ) |
Creates a Printer that points to the default print service.
| serv |
Definition at line 49 of file Printer.java.
| static void displayPageFormat | ( | PageFormat | pageFormat | ) | [static] |
| double getDPI | ( | ) |
Definition at line 56 of file Printer.java.
Referenced by PrinterDots.getNumberOfUnitsInOneInch().
1.4.7