Lines Matching defs:attributes
37 * document with a set of job attributes. An object implementing
54 * Obtains this Print Job's set of printing attributes.
65 * @return the print job attributes
95 * Registers a listener for changes in the specified attributes.
106 * recommended to listen on only that subset of attributes which
111 * dynamic attributes that the job supports. This may result in no
118 * @param attributes The attributes to listen on, or null to mean
119 * all attributes that can change, as determined by the job.
123 PrintJobAttributeSet attributes);
132 * set of attributes, no guarantee is made which listener is removed.
142 * Prints a document with the specified job attributes.
161 * @param attributes The job attributes to be applied to this print job.
162 * If this parameter is null then the default attributes are used.
170 * If one or more of the attributes are not valid for this print job.
173 public void print(Doc doc, PrintRequestAttributeSet attributes)