java.lang.Object
java.awt.JobAttributes.SidesType
- Enclosing class:
JobAttributes
A type-safe enumeration of possible multi-page impositions. These
impositions are in compliance with IPP 1.1.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAttributes.SidesTypeTheSidesTypeinstance to use for specifying that consecutive job pages should be printed upon the same side of consecutive media sheets.static final JobAttributes.SidesTypeTheSidesTypeinstance 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 final JobAttributes.SidesTypeTheSidesTypeinstance 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
-
Field Details
-
ONE_SIDED
TheSidesTypeinstance to use for specifying that consecutive job pages should be printed upon the same side of consecutive media sheets. -
TWO_SIDED_LONG_EDGE
TheSidesTypeinstance 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. -
TWO_SIDED_SHORT_EDGE
TheSidesTypeinstance 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 Details
-
hashCode
public int hashCode()Description copied from class:ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method. -
toString
Description copied from class:ObjectAnswers a string containing a concise, human-readable description of the receiver.
-