Uses of Interface javax.print.attribute.PrintRequestAttributeSet

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.

Uses in package javax.print

Methods with parameter type javax.print.attribute.PrintRequestAttributeSet

void
Prints a document with the specified print job attributes.
void
Request a print of a MultiDoc object.

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.