Liking cljdoc? Tell your friends :D
Clojure only.

jdk.awt.print.PrinterGraphics

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.
raw docstring

get-printer-jobclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close