java.lang.Objectjavax.print.attribute.EnumSyntax
javax.print.attribute.standard.Media
All Implemented Interfaces:
PrintJobAttribute, PrintRequestAttribute, DocAttribute, Cloneable, Serializable
Direct Known Subclasses:
MediaTray, MediaSizeName, MediaName
Media may be specified in different ways.
A Media object is constructed with a value which represents one of the ways in which the Media attribute can be specified.
IPP Compatibility: The category name returned by
getName()
is the IPP attribute name. The enumeration's
integer value is the IPP enum value. The toString()
method
returns the IPP string representation of the attribute value.
Phil
- RaceConstructor: |
---|
|
Method from javax.print.attribute.standard.Media Summary: |
---|
equals, getCategory, getName |
Methods from javax.print.attribute.EnumSyntax: |
---|
clone, getEnumValueTable, getOffset, getStringTable, getValue, hashCode, readResolve, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.print.attribute.standard.Media Detail: |
---|
|
For class Media and any vendor-defined subclasses, the category is class Media itself. |
For class Media and any vendor-defined subclasses, the category name is
|