Home » openjdk-7 » javax » print » attribute » standard » [javadoc | source]
javax.print.attribute.standard
public class: MediaName [javadoc | source]
java.lang.Object
   javax.print.attribute.EnumSyntax
      javax.print.attribute.standard.Media
         javax.print.attribute.standard.MediaName

All Implemented Interfaces:
    Attribute, PrintJobAttribute, PrintRequestAttribute, DocAttribute, Cloneable, Serializable

Class MediaName is a subclass of Media, a printing attribute class (an enumeration) that specifies the media for a print job as a name.

This attribute can be used instead of specifying MediaSize or MediaTray.

Class MediaName currently declares a few standard media names. Implementation- or site-defined names for a media name attribute may also be created by defining a subclass of class MediaName.

IPP Compatibility: MediaName is a representation class for values of the IPP "media" attribute which names media.

Field Summary
public static final  MediaName NA_LETTER_WHITE    white letter paper. 
public static final  MediaName NA_LETTER_TRANSPARENT    letter transparency. 
public static final  MediaName ISO_A4_WHITE    white A4 paper. 
public static final  MediaName ISO_A4_TRANSPARENT    A4 transparency. 
Constructor:
 protected MediaName(int value) 
Method from javax.print.attribute.standard.MediaName Summary:
getEnumValueTable,   getStringTable
Methods from javax.print.attribute.standard.Media:
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.MediaName Detail:
 protected EnumSyntax[] getEnumValueTable() 
    Returns the enumeration value table for class MediaTray.
 protected String[] getStringTable() 
    Returns the string table for class MediaTray.