Uses of Interface
javax.print.DocPrintJob
Packages that use DocPrintJob
Package
Description
Provides the principal classes and interfaces for the Java Print
 Service API.
Package 
javax.print.event contains event classes and listener
 interfaces.- 
Uses of DocPrintJob in javax.printSubinterfaces of DocPrintJob in javax.printModifier and TypeInterfaceDescriptioninterfaceThis interface is used by a printing application to cancel a print job.interfaceObtained from aMultiDocPrintService, aMultiDocPrintJobcan print a specified collection of documents as a single print job with a set of job attributes.Methods in javax.print that return DocPrintJobModifier and TypeMethodDescriptionPrintService.createPrintJob()Creates and returns aPrintJobcapable of handling data from any of the supported document flavors.
- 
Uses of DocPrintJob in javax.print.eventMethods in javax.print.event that return DocPrintJobModifier and TypeMethodDescriptionPrintJobAttributeEvent.getPrintJob()Determine thePrintJobto which this print job event pertains.PrintJobEvent.getPrintJob()Determines theDocPrintJobto which this print job event pertains.Constructors in javax.print.event with parameters of type DocPrintJobModifierConstructorDescriptionPrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes) Constructs aPrintJobAttributeEventobject.PrintJobEvent(DocPrintJob source, int reason) Constructs aPrintJobEventobject.