|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.JobAttributes.SidesType
public static final class JobAttributes.SidesType
A type-safe enumeration of possible multi-page impositions. These impositions are in compliance with IPP 1.1.
Field Summary | |
---|---|
static JobAttributes.SidesType |
ONE_SIDED
The SidesType instance to use for specifying that
consecutive job pages should be printed upon the same side of
consecutive media sheets. |
static JobAttributes.SidesType |
TWO_SIDED_LONG_EDGE
The SidesType instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the long edge. |
static JobAttributes.SidesType |
TWO_SIDED_SHORT_EDGE
The SidesType instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the short edge. |
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 JobAttributes.SidesType ONE_SIDED
SidesType
instance to use for specifying that
consecutive job pages should be printed upon the same side of
consecutive media sheets.
public static final JobAttributes.SidesType TWO_SIDED_LONG_EDGE
SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the long edge.
public static final JobAttributes.SidesType TWO_SIDED_SHORT_EDGE
SidesType
instance to use for specifying that
consecutive job pages should be printed upon front and back sides
of consecutive media sheets, such that the orientation of each pair
of pages on the medium would be correct for the reader as if for
binding on the short edge.
Method Detail |
---|
public int hashCode()
Object
The default implementation returns System.identityHashCode(this).
hashCode
in class Object
public String toString()
Object
The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |