java.lang.Object
java.awt.PageAttributes.OrientationRequestedType
- Enclosing class:
- PageAttributes
A type-safe enumeration of possible orientations. These orientations
are in partial compliance with IPP 1.1.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a landscape orientation.static final PageAttributes.OrientationRequestedType
The OrientationRequestedType instance to use for specifying a portrait orientation. -
Method Summary
-
Field Details
-
PORTRAIT
The OrientationRequestedType instance to use for specifying a portrait orientation. -
LANDSCAPE
The OrientationRequestedType instance to use for specifying a landscape orientation.
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:Object
Answers an integer hash code for the receiver. Any two objects which answertrue
when passed to.equals
must answer the same value for this method. -
toString
Description copied from class:Object
Answers a string containing a concise, human-readable description of the receiver.
-