Searched refs:JobMediaSheets (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobMediaSheets.java33 * Class JobMediaSheets is an integer valued printing attribute class that
36 * The JobMediaSheets attribute describes the size of the job. This attribute is
39 * JobMediaSheets attribute's value if it is not supplied in the Print Request.
40 * Even if the client does supply a value for the JobMediaSheets attribute in
44 * JobMediaSheets attribute either right at job submission time or at any later
48 * JobImpressions} attributes, the JobMediaSheets value must include the
69 public class JobMediaSheets extends IntegerSyntax class in inherits:IntegerSyntax,PrintRequestAttribute,PrintJobAttribute
84 public JobMediaSheets(int value) { method in class:JobMediaSheets
96 * <CODE>object</CODE> is an instance of class JobMediaSheets.
108 return super.equals(object) && object instanceof JobMediaSheets;
[all...]

Completed in 28 milliseconds