Example usage for Java javax.print DocPrintJob fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes) Registers a listener for changes in the specified attributes. |
void | addPrintJobListener(PrintJobListener listener) Registers a listener for event occurring during this print job. |
PrintJobAttributeSet | getAttributes() Obtains this Print Job's set of printing attributes. |
void | print(Doc doc, PrintRequestAttributeSet attributes) Prints a document with the specified job attributes. |