Searched defs:Media (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMedia.java34 * Class Media is a printing attribute class that specifies the
37 * Media may be specified in different ways.
48 * A Media object is constructed with a value which represents
49 * one of the ways in which the Media attribute can be specified.
59 public abstract class Media extends EnumSyntax class in inherits:EnumSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
69 protected Media(int value) { method in class:Media
80 * <CODE>object</CODE> is of the same subclass of Media as this object.
91 return(object != null && object instanceof Media &&
93 ((Media)object).getValue() == this.getValue());
100 * For class Media an
[all...]

Completed in 46 milliseconds