API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. MediaTray View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EnumSyntax
          Media
              MediaTray
Implements
 Attribute
Subclasses
Description
public class MediaTray
  Class MediaTray is a subclass of Media.
See also:   
Constructors
protected MediaTray (int value)
  Construct a new media tray 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.
public boolean equals (Object object) [Inherited From Media]
  Returns whether this media attribute is equivalent to the passed in object.
publicfinal Class<Attribute> getCategory () [Inherited From Media]
  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 MediaTray.
publicfinal String getName () [Inherited From Media]
  Get the name of the category of which this attribute value is an instance.
protected int getOffset () [Inherited From EnumSyntax]
  Returns the lowest integer value used by this enumeration value's enumeration class.
protected String getStringTable () [Overrides EnumSyntax]
Returns the string table for class MediaTray.
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 MediaTray BOTTOM
The bottom input tray in the printer.
publicfinalstatic MediaTray ENVELOPE
The envelope input tray in the printer.
publicfinalstatic MediaTray LARGE_CAPACITY
The large capacity input tray in the printer.
publicfinalstatic MediaTray MAIN
The main input tray in the printer.
publicfinalstatic MediaTray MANUAL
The manual feed input tray in the printer.
publicfinalstatic MediaTray MIDDLE
The middle input tray in the printe.
publicfinalstatic MediaTray SIDE
The side input tray.
publicfinalstatic MediaTray TOP
The top input tray in the printer.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar