| Package | Description |
|---|---|
| javax.print |
Provides the principal classes and interfaces for the Java
TM Print Service API.
|
| 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.
|
| javax.print.event |
Package javax.print.event contains event classes and listener interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
PrintJobAttributeSet |
DocPrintJob.getAttributes()
Obtains this Print Job's set of printing attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocPrintJob.addPrintJobAttributeListener(PrintJobAttributeListener
Registers a listener for changes in the specified attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashPrintJobAttributeSet
Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface
PrintJobAttributeSet.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintJobAttributeSet |
AttributeSetUtilities.synchronizedView(PrintJobAttributeSet
Creates a synchronized view of the given print job attribute set.
|
static PrintJobAttributeSet |
AttributeSetUtilities.unmodifiableView(PrintJobAttributeSet
Creates an unmodifiable view of the given print job attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintJobAttributeSet |
AttributeSetUtilities.synchronizedView(PrintJobAttributeSet
Creates a synchronized view of the given print job attribute set.
|
static PrintJobAttributeSet |
AttributeSetUtilities.unmodifiableView(PrintJobAttributeSet
Creates an unmodifiable view of the given print job attribute set.
|
| Constructor and Description | |
|---|---|
HashPrintJobAttributeSet(PrintJobAttributeSet
Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the
PrintJobAttribute interface.
|
| Modifier and Type | Method and Description |
|---|---|
PrintJobAttributeSet |
PrintJobAttributeEvent.getAttributes()
Determine the printing attributes that changed and their new values.
|
| Constructor and Description | |
|---|---|
PrintJobAttributeEvent(DocPrintJob
Constructs a PrintJobAttributeEvent object.
|