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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobImpressionsCompleted.java32 * Class JobImpressionsCompleted is an integer valued printing attribute class
37 * The JobImpressionsCompleted attribute describes the progress of the job. This
38 * attribute is intended to be a counter. That is, the JobImpressionsCompleted
41 * JobImpressionsCompleted value is intended to increase as the job is
45 * states, the JobImpressionsCompleted value is the final value for the job.
59 public final class JobImpressionsCompleted extends IntegerSyntax class in inherits:IntegerSyntax,PrintJobAttribute
73 public JobImpressionsCompleted(int value) { method in class:JobImpressionsCompleted
85 * <CODE>object</CODE> is an instance of class JobImpressionsCompleted.
98 object instanceof JobImpressionsCompleted);
105 * For class JobImpressionsCompleted, th
[all...]

Completed in 81 milliseconds