-
public interface PrinterGraphics
ThePrinterGraphics
interface is implemented byGraphics
objects that are passed toPrintable
objects to render a page. It allows an application to find thePrinterJob
object that is controlling the printing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrinterJob
getPrinterJob()
Returns thePrinterJob
that is controlling the current rendering request.
-
-
-
Method Detail
-
getPrinterJob
PrinterJob getPrinterJob()
Returns thePrinterJob
that is controlling the current rendering request.- Returns:
- the
PrinterJob
controlling the current rendering request. - See Also:
Printable
-
-