| 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 PageAttributes |
PageAttributes.PrintQualityType.DRAFT
The PrintQualityType instance to use for specifying a draft print quality.
|
static PageAttributes |
PageAttributes.PrintQualityType.HIGH
The PrintQualityType instance to use for specifying a high print quality.
|
static PageAttributes |
PageAttributes.PrintQualityType.NORMAL
The PrintQualityType instance to use for specifying a normal print quality.
|
| Modifier and Type | Method and Description |
|---|---|
PageAttributes |
PageAttributes.getPrintQuality()
Returns the print quality for pages using these attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageAttributes.setPrintQuality(PageAttributes
Specifies the print quality for pages using these attributes.
|
| Constructor and Description | |
|---|---|
PageAttributes(PageAttributes
Constructs a PageAttributes instance with the specified values for every attribute.
|