Uses of Interface javax.print.attribute.PrintRequestAttributeSet

Uses in package javax.print

Methods with parameter type javax.print.attribute.PrintRequestAttributeSet

void
Prints a document with the specified print job attributes.
void
Prints the documents supplied in the given MultiDoc object as one print job with the given printing attributes.
PrintService
ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes)
Creates a modal graphical printing dialog at the specified location on the screen.

Uses in package java.awt.print

Methods with parameter type javax.print.attribute.PrintRequestAttributeSet

PageFormat
void
Prints the page with given attributes.
boolean
Displays a dialog box to the user which allows the print job attributes to be modified.

Uses in package javax.print.attribute

Classes implementing javax.print.attribute.PrintRequestAttributeSet

class
HashPrintRequestAttributeSet provides an implementation of PrintRequestAttributeSet.

Constructors with parameter type javax.print.attribute.PrintRequestAttributeSet

Creates a HashPrintRequestAttributeSet object with the attributes of the given attributes set in it.

Methods with parameter type javax.print.attribute.PrintRequestAttributeSet

PrintRequestAttributeSet
Returns a synchronized view of the given attribute set.
PrintRequestAttributeSet
Returns an unmodifiable view of the given attribute set.

Methods with return type javax.print.attribute.PrintRequestAttributeSet

PrintRequestAttributeSet
Returns a synchronized view of the given attribute set.
PrintRequestAttributeSet
Returns an unmodifiable view of the given attribute set.