|
Jamaica 6.4 release 1
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.PageAttributes.OrientationRequestedType
public static final class PageAttributes.OrientationRequestedType
A type-safe enumeration of possible orientations. These orientations are in partial compliance with IPP 1.1.
| Field Summary | |
|---|---|
static PageAttributes.OrientationRequestedType |
LANDSCAPE
The OrientationRequestedType instance to use for specifying a landscape orientation. |
static PageAttributes.OrientationRequestedType |
PORTRAIT
The OrientationRequestedType instance to use for specifying a portrait orientation. |
| Method Summary | |
|---|---|
int |
hashCode()
hashCode returns a hash code for this object. |
String |
toString()
toString creates a printable string that represents this object for debugging purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PageAttributes.OrientationRequestedType PORTRAIT
public static final PageAttributes.OrientationRequestedType LANDSCAPE
| Method Detail |
|---|
public int hashCode()
ObjectThe default implementation returns System.identityHashCode(this).
hashCode in class Objectpublic String toString()
ObjectThe default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString in class Object
|
Jamaica 6.4 release 1
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||