java.awt
public final class PageAttributes extends Object implements Cloneable
Since: 1.3
UNKNOWN: updated to 1.4, but missing documentation
| Nested Class Summary | |
|---|---|
| static class | PageAttributes.ColorType |
| static class | PageAttributes.MediaType |
| static class | PageAttributes.OrientationRequestedType |
| static class | PageAttributes.OriginType |
| static class | PageAttributes.PrintQualityType |
| Constructor Summary | |
|---|---|
| PageAttributes() | |
| PageAttributes(PageAttributes attr) | |
| PageAttributes(PageAttributes.ColorType color, PageAttributes.MediaType media, PageAttributes.OrientationRequestedType orientation, PageAttributes.OriginType origin, PageAttributes.PrintQualityType quality, int[] resolution) | |
| Method Summary | |
|---|---|
| Object | clone() |
| boolean | equals(Object o) |
| PageAttributes.ColorType | getColor() |
| PageAttributes.MediaType | getMedia() |
| PageAttributes.OrientationRequestedType | getOrientationRequested() |
| PageAttributes.OriginType | getOrigin() |
| int[] | getPrinterResolution() |
| PageAttributes.PrintQualityType | getPrintQuality() |
| int | hashCode() |
| void | set(PageAttributes attr) |
| void | setColor(PageAttributes.ColorType color) |
| void | setMedia(PageAttributes.MediaType media) |
| void | setMediaToDefault() |
| void | setOrientationRequested(PageAttributes.OrientationRequestedType orientation) |
| void | setOrientationRequested(int orientation) |
| void | setOrientationRequestedToDefault() |
| void | setOrigin(PageAttributes.OriginType origin) |
| void | setPrinterResolution(int[] resolution) |
| void | setPrinterResolution(int resolution) |
| void | setPrinterResolutionToDefault() |
| void | setPrintQuality(PageAttributes.PrintQualityType quality) |
| void | setPrintQuality(int quality) |
| void | setPrintQualityToDefault() |
| String | toString() |