All Implemented Interfaces:
AttributeSet
All Known Implementing Classes:
SynchronizedPrintServiceAttributeSet, HashPrintServiceAttributeSet, UnmodifiablePrintServiceAttributeSet
A PrintServiceAttributeSet is just an AttributeSet
whose constructors and mutating operations guarantee an additional
invariant,
namely that all attribute values in the PrintServiceAttributeSet must be
instances of interface PrintServiceAttribute .
The add(Attribute) , and
addAll(AttributeSet) operations
are respecified below to guarantee this additional invariant.
Alan - Kaminsky| Method from javax.print.attribute.PrintServiceAttributeSet Summary: |
|---|
| add, addAll |
| Method from javax.print.attribute.PrintServiceAttributeSet 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 |