Module java.desktop

Class PrinterJob

java.lang.Object
java.awt.print.PrinterJob

public abstract class PrinterJob extends Object
The PrinterJob class is the principal class that controls printing. An application calls methods in this class to set up a job, optionally to invoke a print dialog with the user, and then to print the pages of the job.