| JavaTM 2 Platform Std. Ed. v1.4.2
javax.print.attribute
Interface PrintJobAttributeSet
- All Superinterfaces:
- AttributeSet
- All Known Implementing Classes:
- HashPrintJobAttributeSet
- public interface PrintJobAttributeSet
- extends AttributeSet
Interface PrintJobAttributeSet specifies the interface for a set of print
job attributes, i.e. printing attributes that implement interface PrintJobAttribute. In the Print Service API, a
service uses a PrintJobAttributeSet to report the status of a print job.
A PrintJobAttributeSet is just an AttributeSet whose
constructors and mutating operations guarantee an additional invariant,
namely that all attribute values in the PrintJobAttributeSet must be
instances of interface PrintJobAttribute.
The add(Attribute), and
|