java.awt

Class JobAttributes.SidesType

  • java.lang.Object
    • java.awt.JobAttributes.SidesType
  • Enclosing class:
    JobAttributes
    public static final class JobAttributes.SidesType extends java.lang.Object
    A type-safe enumeration of possible multi-page impositions. These impositions are in compliance with IPP 1.1.
    Since:
    1.3
    • Fields 
      Modifier and Type Field and Description
      Ordinary member indicator ONE_SIDED Reveal DetailHide Detail
      The SidesType instance to use for specifying that consecutive job pages should be printed upon the same side of consecutive media sheets.
      Ordinary member indicator TWO_SIDED_LONG_EDGE Reveal DetailHide Detail
      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.
      Ordinary member indicator TWO_SIDED_SHORT_EDGE Reveal DetailHide Detail
      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.
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator hashCode Reveal DetailHide Detail
      Returns a hash code value for the object.
      Inherited member indicator toString Reveal DetailHide Detail
      Returns a string representation of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge