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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobKOctets.java33 * Class JobKOctets is an integer valued printing attribute class that specifies
38 * documents), the JobKOctets value is computed by adding up the individual
41 * The JobKOctets attribute describes the size of the job. This attribute is not
43 * information if known. The printer may try to compute the JobKOctets
45 * client does supply a value for the JobKOctets attribute in the Print Request,
48 * may be able to determine the correct value for the JobKOctets attribute
51 * The JobKOctets value must not include the multiplicative factors contributed
59 * The JobKOctets value must also not include the multiplicative factor due to a
113 * to the printer. If the Print Service supports the JobKOctets attribute, for
115 * data, replacing any JobKOctets valu
129 public final class JobKOctets extends IntegerSyntax class in inherits:IntegerSyntax,PrintRequestAttribute,PrintJobAttribute
142 public JobKOctets(int value) { method in class:JobKOctets
[all...]

Completed in 30 milliseconds