public static final class JobAttributes.SidesType extends Object
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
Answers an integer hash code for the receiver.
|
String |
toString()
Answers a string containing a concise, human-readable
description of the receiver.
|
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.public int hashCode()
Object
true
when passed to
.equals
must answer the same value for this
method.hashCode
in class Object
Object.equals(java.lang.Object)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2023, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.