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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobKOctetsProcessed.java32 * Class JobKOctetsProcessed is an integer valued printing attribute class that
37 * multiple documents), the JobKOctetsProcessed value is computed by adding up
41 * The JobKOctetsProcessed attribute describes the progress of the job. This
42 * attribute is intended to be a counter. That is, the JobKOctetsProcessed value
45 * JobKOctetsProcessed value is intended to increase as the job is processed; it
49 * JobKOctetsProcessed value is the final value for the job.
53 * JobKOctetsProcessed attribute must be equal to the value of the {@link
71 public final class JobKOctetsProcessed extends IntegerSyntax class in inherits:IntegerSyntax,PrintJobAttribute
85 public JobKOctetsProcessed(int value) { method in class:JobKOctetsProcessed
97 * <CODE>object</CODE> is an instance of class JobKOctetsProcessed
[all...]

Completed in 44 milliseconds