All Implemented Interfaces:
AttributeSet
All Known Implementing Classes:
SynchronizedPrintJobAttributeSet, HashPrintJobAttributeSet, UnmodifiablePrintJobAttributeSet
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
addAll(AttributeSet) operations
are respecified below to guarantee this additional invariant.
Alan - Kaminsky| Method from javax.print.attribute.PrintJobAttributeSet Summary: |
|---|
| add, addAll |
| Method from javax.print.attribute.PrintJobAttributeSet Detail: |
|---|
|
add(Attribute)
operation had been applied to this attribute set successively with
each element from the specified set. If none of the categories in the
specified set are the same as any categories in this attribute set,
the addAll() operation effectively modifies this attribute
set so that its value is the union of the two sets.
The behavior of the
If the |