java.awt.print
Interface PrinterGraphics
-
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 and 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
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.