| Package | Description |
|---|---|
| java.awt.print |
Provides classes and interfaces for a general printing API.
|
| Modifier and Type | Method and Description |
|---|---|
static PrinterJob |
PrinterJob.getPrinterJob()
Creates and returns a
PrinterJob which is initially associated with the default printer.
|
PrinterJob |
PrinterGraphics.getPrinterJob()
Returns the
PrinterJob that is controlling the current rendering request.
|