src/java.desktop/share/classes/java/awt/print/PrinterJob.java

Print this page

        

*** 522,532 **** * Prints a set of pages using the settings in the attribute * set. The default implementation ignores the attribute set. * <p> * Note that some attributes may be set directly on the PrinterJob * by equivalent method calls, (for example), copies: ! * <code>setcopies(int)</code>, job name: <code>setJobName(String)</code> * and specifying media size and orientation though the * <code>PageFormat</code> object. * <p> * If a supported attribute-value is specified in this attribute set, * it will take precedence over the API settings for this print() --- 522,532 ---- * Prints a set of pages using the settings in the attribute * set. The default implementation ignores the attribute set. * <p> * Note that some attributes may be set directly on the PrinterJob * by equivalent method calls, (for example), copies: ! * <code>setCopies(int)</code>, job name: <code>setJobName(String)</code> * and specifying media size and orientation though the * <code>PageFormat</code> object. * <p> * If a supported attribute-value is specified in this attribute set, * it will take precedence over the API settings for this print()