PrintRequestAttributeSet
Interface PrintRequestAttributeSet
- All Superinterfaces:
- AttributeSet
- All Known Implementing Classes:
- HashPrintRequestAttributeSet
public interface PrintRequestAttributeSet extends AttributeSet
Interface PrintRequestAttributeSet specifies the interface for a set of print request attributes, i.e. printing attributes that implement interface PrintRequestAttribute
. The client uses a PrintRequestAttributeSet to specify the settings to be applied to a whole print job and to all the docs in the print job.
PrintRequestAttributeSet is just an AttributeSet
whose constructors and mutating operations guarantee an addi