API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. OrientationRequested View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      EnumSyntax
          OrientationRequested
Implements
 DocAttribute
 PrintRequestAttribute
 PrintJobAttribute
Subclasses
Description
publicfinal class OrientationRequested
  Class OrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.
See also:   
Constructors
protected OrientationRequested (int value)
  Construct a new orientation requested enumeration value with the given integer value.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From EnumSyntax]
Returns a clone of this enumeration value, which to preserve the semantics of enumeration values is the same object as this enumeration value.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected EnumSyntax getEnumValueTable () [Overrides EnumSyntax]
Returns the enumeration value table for class OrientationRequested.
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
protected int getOffset () [Overrides EnumSyntax]
Returns the lowest integer value used by class OrientationRequested.
protected String getStringTable () [Overrides EnumSyntax]
Returns the string table for class OrientationRequested.
public int getValue () [Inherited From EnumSyntax]
  Returns this enumeration value's integer value.
public int hashCode () [Inherited From EnumSyntax]
  Returns a hash code value for this enumeration value.
protected Object readResolve () throws ObjectStreamException [Inherited From EnumSyntax]
  During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
public String toString () [Inherited From EnumSyntax]
Returns a string value corresponding to this enumeration value.
Fields
Hide/Show inherited fields
publicfinalstatic OrientationRequested LANDSCAPE
  The content will be imaged across the long edge of the medium.
publicfinalstatic OrientationRequested PORTRAIT
The content will be imaged across the short edge of the medium.
publicfinalstatic OrientationRequested REVERSE_LANDSCAPE
  The content will be imaged across the long edge of the medium, but in the opposite manner from landscape.
publicfinalstatic OrientationRequested REVERSE_PORTRAIT
  The content will be imaged across the short edge of the medium, but in the opposite manner from portrait.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar