| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Field and Description |
|---|---|
static JobAttributes |
JobAttributes.DestinationType.FILE
The
DestinationType instance to use for specifying print to file.
|
static JobAttributes |
JobAttributes.DestinationType.PRINTER
The
DestinationType instance to use for specifying print to printer.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttributes |
JobAttributes.getDestination()
Specifies whether output will be to a printer or a file for jobs using these attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobAttributes.setDestination(JobAttributes
Specifies whether output will be to a printer or a file for jobs using these attributes.
|
| Constructor and Description | |
|---|---|
JobAttributes(int copies, JobAttributes
Constructs a
JobAttributes instance with the specified values for every attribute.
|