Uses of Interface
javax.print.DocPrintJob JAVA
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.print
Subinterfaces of DocPrintJob in javax.printModifier and TypeInterfaceDescriptioninterface
This interface is used by a printing application to cancel a print job.interface
Obtained from aMultiDocPrintService
, aMultiDocPrintJob
can 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 aPrintJob
capable of handling data from any of the supported document flavors. -
Uses of DocPrintJob in javax.print.event
Methods in javax.print.event that return DocPrintJobModifier and TypeMethodDescriptionPrintJobAttributeEvent.getPrintJob()
Determine thePrintJob
to which this print job event pertains.PrintJobEvent.getPrintJob()
Determines theDocPrintJob
to which this print job event pertains.Constructors in javax.print.event with parameters of type DocPrintJobModifierConstructorDescriptionPrintJobAttributeEvent
(DocPrintJob source, PrintJobAttributeSet attributes) Constructs aPrintJobAttributeEvent
object.PrintJobEvent
(DocPrintJob source, int reason) Constructs aPrintJobEvent
object.