| Package | Description |
|---|---|
| javax.print.attribute |
Provides classes and interfaces that describe the types of Java
TM Print Service attributes and how they can be collected into attribute sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashDocAttributeSet
Class HashDocAttributeSet provides an attribute set which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
DocAttributeSet.
|
class |
HashPrintJobAttributeSet
Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintJobAttributeSet.
|
class |
HashPrintRequestAttributeSet
Class HashPrintRequestAttributeSet inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintRequestAttributeSet.
|
class |
HashPrintServiceAttributeSet
Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintServiceAttributeSet.
|