PageAttributes.OrientationRequestedType
Class PageAttributes.OrientationRequestedType
- java.lang.Object
-
- java.awt.PageAttributes.OrientationRequestedType
- Enclosing class:
- PageAttributes
public static final class PageAttributes.OrientationRequestedType extends Object
A type-safe enumeration of possible orientations. These orientations are in partial compliance with IPP 1.1.
- Since:
- 1.3
Fields
PORTRAIT
public static final PageAttributes.OrientationRequestedType PORTRAIT
The OrientationRequestedType instance to use for specifying a portrait orientation.
LANDSCAPE
public sta