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

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

Completed in 501 milliseconds