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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobImpressions.java33 * Class JobImpressions is an integer valued printing attribute class that
38 * The JobImpressions attribute describes the size of the job. This attribute is
41 * JobImpressions attribute's value if it is not supplied in the Print Request.
42 * Even if the client does supply a value for the JobImpressions attribute in
46 * JobImpressions attribute either right at job submission time or at any later
49 * As with {@link JobKOctets JobKOctets}, the JobImpressions value must not
58 * As with {@link JobKOctets JobKOctets}, the JobImpressions value must also not
77 public final class JobImpressions extends IntegerSyntax class in inherits:IntegerSyntax,PrintRequestAttribute,PrintJobAttribute
91 public JobImpressions(int value) { method in class:JobImpressions
103 * <CODE>object</CODE> is an instance of class JobImpressions
[all...]

Completed in 28 milliseconds