< prev index next >

src/java.desktop/share/classes/javax/print/MultiDocPrintService.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,42 **** * questions. */ package javax.print; ! ! /** Interface MultiPrintService is the factory for a MultiDocPrintJob. ! * A MultiPrintService ! * describes the capabilities of a Printer and can be queried regarding ! * a printer's supported attributes. */ public interface MultiDocPrintService extends PrintService { /** * Create a job which can print a multiDoc. ! * @return a MultiDocPrintJob */ public MultiDocPrintJob createMultiDocPrintJob(); - } --- 23,42 ---- * questions. */ package javax.print; ! /** ! * Interface {@code MultiPrintService} is the factory for a ! * {@code MultiDocPrintJob}. A {@code MultiPrintService} describes the ! * capabilities of a {@code Printer} and can be queried regarding a printer's ! * supported attributes. */ public interface MultiDocPrintService extends PrintService { /** * Create a job which can print a multiDoc. ! * ! * @return a {@code MultiDocPrintJob} */ public MultiDocPrintJob createMultiDocPrintJob(); }
< prev index next >