java.lang.Object
java.awt.PageAttributes.OriginType
- Enclosing class:
- PageAttributes
A type-safe enumeration of possible origins.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PageAttributes.OriginType
The OriginType instance to use for specifying a physical origin.static final PageAttributes.OriginType
The OriginType instance to use for specifying a printable origin. -
Method Summary
-
Field Details
-
PHYSICAL
The OriginType instance to use for specifying a physical origin. -
PRINTABLE
The OriginType instance to use for specifying a printable origin.
-
-
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.
-