aicas logoJamaica 6.4 release 1

java.awt
Class JobAttributes.SidesType

java.lang.Object
  extended by java.awt.JobAttributes.SidesType
Enclosing class:
JobAttributes

public static final class JobAttributes.SidesType
extends Object

A type-safe enumeration of possible multi-page impositions. These impositions are in compliance with IPP 1.1.

Since:
1.3

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

ONE_SIDED

public static final 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.


TWO_SIDED_LONG_EDGE

public static final 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.


TWO_SIDED_SHORT_EDGE

public static final 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 Detail

hashCode

public int hashCode()
Description copied from class: Object
hashCode returns a hash code for this object. The hash code must be equal for two objects a and b if a.equals(b) is true.

The default implementation returns System.identityHashCode(this).

Overrides:
hashCode in class Object
Returns:
a hash code value.

toString

public String toString()
Description copied from class: Object
toString creates a printable string that represents this object for debugging purposes.

The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).

Overrides:
toString in class Object
Returns:
a string identifying this object.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.