| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
| Modifier and Type | Field | Description |
|---|---|---|
static PageAttributes.ColorType |
PageAttributes.ColorType.COLOR |
The ColorType instance to use for specifying color printing.
|
static PageAttributes.ColorType |
PageAttributes.ColorType.MONOCHROME |
The ColorType instance to use for specifying monochrome printing.
|
| Modifier and Type | Method | Description |
|---|---|---|
PageAttributes.ColorType |
PageAttributes.getColor() |
Returns whether pages using these attributes will be rendered in
color or monochrome.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PageAttributes.setColor(PageAttributes.ColorType color) |
Specifies whether pages using these attributes will be rendered in
color or monochrome.
|
| Constructor | Description |
|---|---|
PageAttributes(PageAttributes.ColorType color,
PageAttributes.MediaType media,
PageAttributes.OrientationRequestedType orientationRequested,
PageAttributes.OriginType origin,
PageAttributes.PrintQualityType printQuality,
int[] printerResolution) |
Constructs a PageAttributes instance with the specified values for
every attribute.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1