API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. JobAttributes.SidesType View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      AttributeValue
          JobAttributes.SidesType
Implements
Subclasses
Description
publicfinalstatic class JobAttributes.SidesType
  A type-safe enumeration of possible multi-page impositions.
See also:   
Constructors
private JobAttributes.SidesType (int type)
Methods
Hide/Show inherited methods
public int hashCode () [Inherited From AttributeValue]
public String toString () [Inherited From AttributeValue]
Fields
Hide/Show inherited fields
publicfinalstatic 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.
publicfinalstatic 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.
publicfinalstatic 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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar