The PrinterGraphics interface is implemented by Graphics objects that are passed to Printable objects to render a page. It allows an application to find the PrinterJob object that is controlling the printing.
The PrinterGraphics interface is implemented by Graphics objects that are passed to Printable objects to render a page. It allows an application to find the PrinterJob object that is controlling the printing.
(get-printer-job this)
Returns the PrinterJob that is controlling the current rendering request.
returns: the PrinterJob controlling the current
rendering request. - java.awt.print.PrinterJob
Returns the PrinterJob that is controlling the current rendering request. returns: the PrinterJob controlling the current rendering request. - `java.awt.print.PrinterJob`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close